summaryrefslogtreecommitdiff
path: root/net/py-tweepy/files/patch-test__requirements.txt
diff options
context:
space:
mode:
authorKubilay Kocak <koobs@FreeBSD.org>2017-07-15 08:23:24 +0000
committerKubilay Kocak <koobs@FreeBSD.org>2017-07-15 08:23:24 +0000
commit831d5e1bd272d5ee2450cc5dbcfa6eec06b9c8fc (patch)
tree7e0367b34cf59cf6fe96877e9af6be4282a03d03 /net/py-tweepy/files/patch-test__requirements.txt
parentI removed PORTEPOCH by error in r444299: fix it. (diff)
net/py-tweepy: Update to 3.5.0
While I'm here, * Add TEST_DEPENDS and test target * Sort DISTVERSIONPREFIX (pet portlint) * Update test_requirements.txt patch Changelog: https://github.com/tweepy/tweepy/releases/tag/v3.5.0
Notes
Notes: svn path=/head/; revision=445856
Diffstat (limited to 'net/py-tweepy/files/patch-test__requirements.txt')
-rw-r--r--net/py-tweepy/files/patch-test__requirements.txt12
1 files changed, 7 insertions, 5 deletions
diff --git a/net/py-tweepy/files/patch-test__requirements.txt b/net/py-tweepy/files/patch-test__requirements.txt
index ffe0ff724815..454ca40be618 100644
--- a/net/py-tweepy/files/patch-test__requirements.txt
+++ b/net/py-tweepy/files/patch-test__requirements.txt
@@ -1,7 +1,9 @@
---- test_requirements.txt.orig 2015-07-05 15:09:04 UTC
+--- test_requirements.txt.orig 2015-11-20 05:42:25 UTC
+++ test_requirements.txt
-@@ -1,4 +1,3 @@
+@@ -1,4 +1,2 @@
-tox>=1.7.2
- vcrpy==1.1.2
- mock==1.0.1
- unittest2 # Comment this line out if using Python 3.
+-vcrpy==1.1.2
+-mock==1.0.1
+-unittest2 # Comment this line out if using Python 3.
++vcrpy>=1.1.2
++mock>=1.0.1