Unpin test requirements
authorHarmon <Harmon758@gmail.com>
Wed, 16 Oct 2019 13:17:25 +0000 (08:17 -0500)
committerHarmon <Harmon758@gmail.com>
Wed, 16 Oct 2019 13:17:25 +0000 (08:17 -0500)
test_requirements.txt
tox.ini

index 5e5da00b18703c69928ac4ed2af22879f87143a3..5753c2e7459a03e6c66a66fdd297d2ae4f0534c4 100644 (file)
@@ -1,4 +1,4 @@
-mock==1.0.1
-nose==1.3.3
+mock>=1.0.1
+nose>=1.3.3
 tox>=1.7.2
-vcrpy==1.10.3
+vcrpy>=1.10.3
diff --git a/tox.ini b/tox.ini
index 26a0e8c390cfa4bc0e14d8ae49001e514f628ad1..67a48664fd70e24c577331a331c4624766c08811 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -8,9 +8,9 @@ envlist = py27, py35, py36, py37
 
 [base]
 deps =
-    mock==1.0.1
-    nose==1.3.3
-    vcrpy==1.10.3
+    mock>=1.0.1
+    nose>=1.3.3
+    vcrpy>=1.10.3
 
 [testenv]
 commands = nosetests -v tests.test_api tests.test_cursors tests.test_resultset tests.test_utils