1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-16 03:24:07 +00:00
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

10 lines
219 B
Plaintext

--- 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