freebsd-ports/net/py-tweepy/files/patch-test__requirements.txt
Kubilay Kocak 831d5e1bd2 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
2017-07-15 08:23:24 +00:00

9 lines
219 B
Text

--- test_requirements.txt.orig 2015-11-20 05:42:25 UTC
+++ test_requirements.txt
@@ -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