We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63583ff commit 86aa0d2Copy full SHA for 86aa0d2
tox.ini
@@ -9,7 +9,8 @@ deps =
9
coverage
10
pytest27: pytest==2.7.3
11
pytest28: pytest==2.8.7
12
- pytest30: pytest==3.0.1
+ # temporary until pytest-dev/pytest#1935 is merged
13
+ pytest30: git+https://github.com/nicoddemus/pytest@assert-rewrite-dev-plugins
14
commands = coverage run --append --source=pytest_mock.py -m pytest test_pytest_mock.py
15
16
0 commit comments