mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-16 03:24:07 +00:00
831d5e1bd2
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
10 lines
219 B
Plaintext
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
|