From 7f1253274a2a1d5ac2bcec820bc94f93996c1365 Mon Sep 17 00:00:00 2001 From: Harmon Date: Wed, 16 Oct 2019 08:17:25 -0500 Subject: [PATCH] Unpin test requirements --- test_requirements.txt | 6 +++--- tox.ini | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/test_requirements.txt b/test_requirements.txt index 5e5da00..5753c2e 100644 --- a/test_requirements.txt +++ b/test_requirements.txt @@ -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 26a0e8c..67a4866 100644 --- 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 -- 2.25.1