Skip to content

Commit 6381577

Browse files
committed
Address review comments
Signed-off-by: Tushar Goel <tushar.goel.dav@gmail.com>
1 parent 0a32984 commit 6381577

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed
File renamed without changes.
File renamed without changes.

tests/test_setup_py_live_eval.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515

1616
from python_inspector.setup_py_live_eval import iter_requirements
1717

18-
REQ = abspath(join(dirname(__file__), "./fixtures/requirements.devel.txt"))
19-
SETUP = abspath(join(dirname(__file__), "./fixtures/setup.txt"))
18+
REQ = abspath(join(dirname(__file__), "./data/requirements.devel.txt"))
19+
SETUP = abspath(join(dirname(__file__), "./data/setup.txt"))
2020

2121

2222
def test_iter_requirements_with_setup_py():

0 commit comments

Comments
 (0)