Skip to content

Commit 5b6e411

Browse files
fcollmanRussTorres
authored andcommitted
moved test_requirements (#14)
test_requirements now live in top-level directory
1 parent 93ae95d commit 5b6e411

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

setup.py

+1-1
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)