From bbb2b0cddd777f65fadbb615efb8933bf3ec5e48 Mon Sep 17 00:00:00 2001 From: Harmon Date: Sat, 4 May 2019 02:02:53 -0500 Subject: [PATCH] Update vcrpy version in tox configuration to match test requirements --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 07f0686..4cf2924 100644 --- a/tox.ini +++ b/tox.ini @@ -10,7 +10,7 @@ envlist = py27, py34, py35, py36 deps = mock==1.0.1 nose==1.3.3 - vcrpy==1.0.2 + vcrpy==1.10.3 [testenv] commands = nosetests -v tests.test_cursors tests.test_api tests.test_utils -- 2.25.1