Skip to content

Commit

Permalink
Merge cd21beb into e5770a0
Browse files Browse the repository at this point in the history
  • Loading branch information
fizyk committed Nov 26, 2019
2 parents e5770a0 + cd21beb commit ed65b09
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
6 changes: 4 additions & 2 deletions requirements-test.txt
@@ -1,9 +1,11 @@
# test runs requirements (versions we'll be testing against) - automatically updated by requires.io
pytest==5.3.0; python_version>'3.4'
pytest>=4.4.0; python_version<='3.4'
pytest-cov==2.7.1
pytest-xdist==1.29.0
coverage==4.5.4 # pytest-cov
mirakuru==2.1.0; python_version>'3.5'
mirakuru<2.1.0; python_version<='3.5'
port-for==0.4
pymongo==3.9.0
pytest==5.3.0; python_version>'3.4'
pytest>=4.4.0; python_version<='3.4' # rq.filter: <5.0.0
-e .[tests]
4 changes: 2 additions & 2 deletions setup.py
Expand Up @@ -44,8 +44,8 @@ def read(fname):

test_requires = [
'pytest',
'pytest-cov==2.7.1',
'pytest-xdist==1.29.0'
'pytest-cov',
'pytest-xdist'
]

extras_require = {
Expand Down

0 comments on commit ed65b09

Please sign in to comment.