Skip to content

Commit 9c2710a

Browse files
committed
Add test requirements back into setup.py
1 parent 14936a9 commit 9c2710a

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

setup.py

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

0 commit comments

Comments
 (0)