Skip to content

Commit 882027c

Browse files
committed
Merge branch 'develop' of https://github.com/AllenInstitute/render-python-apps into develop
2 parents 763108f + 5b6e411 commit 882027c

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ def run_tests(self):
2222
sys.exit(errno)
2323

2424

25-
with open('integration_tests/requirements.txt', 'r') as f:
25+
with open('test_requirements.txt', 'r') as f:
2626
test_required = f.read().splitlines()
2727

2828
with open('requirements.txt', 'r') as f:
File renamed without changes.

0 commit comments

Comments
 (0)