Skip to content

Commit 70d4c61

Browse files
committed
Update pytest
1 parent 9969bee commit 70d4c61

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

setup.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,14 @@
2424
install_requires = ["six>=1.10.0", "promise>=2.3,<3", "rx>=1.6,<2"]
2525

2626
tests_requires = [
27-
"pytest==3.10.1",
28-
"pytest-django==2.9.1",
29-
"pytest-cov==2.3.1",
27+
"pytest==4.6.9",
28+
"pytest-django==3.8.0",
29+
"pytest-cov==2.8.1",
3030
"coveralls==1.10.0",
3131
"gevent==1.4.0",
3232
"six>=1.10.0",
33-
"pytest-benchmark==3.0.0",
34-
"pytest-mock==1.2",
33+
"pytest-benchmark==3.2.3",
34+
"pytest-mock==2.0.0",
3535
]
3636

3737

tox.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ envlist = py{27,35,36,37,py,py3},pre-commit,mypy,docs
55
deps =
66
.[test]
77
commands =
8-
py{27,py}: py.test graphql tests {posargs}
9-
py{35,36,37,py3}: py.test graphql tests tests_py35 {posargs}
8+
py{27,py}: pytest graphql tests {posargs}
9+
py{35,36,37,py3}: pytest graphql tests tests_py35 {posargs}
1010

1111
[testenv:pre-commit]
1212
basepython=python3.7

0 commit comments

Comments
 (0)