Skip to content

Commit 9711f61

Browse files
committed
Use test_requirements.txt for dependencies
1 parent c95b110 commit 9711f61

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

setup.py

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -57,12 +57,7 @@ def read(fname):
5757
"six>=1.0,<2.0",
5858
"colorama>=0.3,<0.5",
5959
],
60-
tests_require=[
61-
"coverage>=4,<5",
62-
"coveralls>=1,<2",
63-
"mock>=2,<4",
64-
"pytest>=3,<5",
65-
],
60+
tests_require=read("test_requirements.txt").splitlines(),
6661
extras_require={
6762
"pyocd": ["pyocd==0.14.0"]
6863
},

0 commit comments

Comments
 (0)