Skip to content

Commit

Permalink
Unpin pytest dependency as we do not depend on Python 2 anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
sh4nks committed Nov 24, 2019
1 parent 11c5afe commit 22e5af4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions requirements.txt
@@ -1,8 +1,8 @@
Flask
Werkzeug
Sphinx
pytest<5.0.0
pytest-cov<2.6.0
pytest
pytest-cov
pytest-xprocess
redis
pylibmc
4 changes: 2 additions & 2 deletions setup.py
Expand Up @@ -82,8 +82,8 @@ def run_tests(self):
platforms="any",
install_requires=["Flask"],
tests_require=[
"pytest<5.0.0",
"pytest-cov<2.6.0",
"pytest",
"pytest-cov",
"pytest-xprocess",
"pylibmc",
"redis"
Expand Down

0 comments on commit 22e5af4

Please sign in to comment.