projects
/
tweepy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bc6e67b
)
Remove mock from tests_require and test extra
author
Harmon
<Harmon758@gmail.com>
Tue, 28 Sep 2021 04:21:04 +0000
(23:21 -0500)
committer
Harmon
<Harmon758@gmail.com>
Tue, 28 Sep 2021 04:21:04 +0000
(23:21 -0500)
setup.py
patch
|
blob
|
blame
|
history
diff --git
a/setup.py
b/setup.py
index 3f701f161b1097afd4222ed9f675163d7d189af6..7f2ef1cc9b80d1af09c2fb53f9df12514016444b 100644
(file)
--- a/
setup.py
+++ b/
setup.py
@@
-17,7
+17,6
@@
with open("README.md") as readme_file:
long_description = readme_file.read()
tests_require = [
- "mock>=1.0.1",
"nose>=1.3.3",
"vcrpy>=1.10.3",
]