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
9 lines
219 B
Text
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
|