From: Harmon Date: Sat, 4 May 2019 07:02:53 +0000 (-0500) Subject: Update vcrpy version in tox configuration to match test requirements X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=bbb2b0cddd777f65fadbb615efb8933bf3ec5e48;p=tweepy.git Update vcrpy version in tox configuration to match test requirements --- 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