Skip to content

Commit

Permalink
Update pytest
Browse files Browse the repository at this point in the history
  • Loading branch information
Cito committed Jan 23, 2020
1 parent 9969bee commit 70d4c61
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,14 @@
install_requires = ["six>=1.10.0", "promise>=2.3,<3", "rx>=1.6,<2"]

tests_requires = [
"pytest==3.10.1",
"pytest-django==2.9.1",
"pytest-cov==2.3.1",
"pytest==4.6.9",
"pytest-django==3.8.0",
"pytest-cov==2.8.1",
"coveralls==1.10.0",
"gevent==1.4.0",
"six>=1.10.0",
"pytest-benchmark==3.0.0",
"pytest-mock==1.2",
"pytest-benchmark==3.2.3",
"pytest-mock==2.0.0",
]


Expand Down
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ envlist = py{27,35,36,37,py,py3},pre-commit,mypy,docs
deps =
.[test]
commands =
py{27,py}: py.test graphql tests {posargs}
py{35,36,37,py3}: py.test graphql tests tests_py35 {posargs}
py{27,py}: pytest graphql tests {posargs}
py{35,36,37,py3}: pytest graphql tests tests_py35 {posargs}

[testenv:pre-commit]
basepython=python3.7
Expand Down

0 comments on commit 70d4c61

Please sign in to comment.