Skip to content

Commit 1b874f1

Browse files
authored
Merge pull request #169 from bridadan/test_requirements
Move test requirements back into setup.py to fix pip installation
2 parents 14936a9 + 9c2710a commit 1b874f1

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)