##// END OF EJS Templates
[setup] Add pytest to test dependencies
Samuel Gaist -
Show More
@@ -176,6 +176,7 b' extras_require = dict('
176 doc=["Sphinx>=1.3"],
176 doc=["Sphinx>=1.3"],
177 test=[
177 test=[
178 "nose>=0.10.1",
178 "nose>=0.10.1",
179 "pytest",
179 "requests",
180 "requests",
180 "testpath",
181 "testpath",
181 "pygments",
182 "pygments",
General Comments 0
You need to be logged in to leave comments. Login now