Browse Source

Lock-in pytest deps

David Cramer 9 years ago
parent
commit
d1e5bbf786
1 changed files with 3 additions and 2 deletions
  1. 3 2
      setup.py

+ 3 - 2
setup.py

@@ -78,8 +78,9 @@ tests_require = [
     'cqlsh',
     'cqlsh',
     'datadog',
     'datadog',
     'httpretty',
     'httpretty',
-    'pytest-cov>=1.4',
-    'pytest-timeout',
+    'pytest-cov>=1.8.0,<1.9.0',
+    'pytest-timeout>=1.0.0,<1.1.0',
+    'pytest-xdist>=1.11.0,<1.12.0',
     'python-coveralls',
     'python-coveralls',
     'responses',
     'responses',
 ]
 ]