Skip to content

Commit 86aa0d2

Browse files
committed
Use pytest from fork which fixes assertion rewriting in development mode
1 parent 63583ff commit 86aa0d2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tox.ini

+2-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ deps =
99
coverage
1010
pytest27: pytest==2.7.3
1111
pytest28: pytest==2.8.7
12-
pytest30: pytest==3.0.1
12+
# temporary until pytest-dev/pytest#1935 is merged
13+
pytest30: git+https://github.com/nicoddemus/pytest@assert-rewrite-dev-plugins
1314
commands = coverage run --append --source=pytest_mock.py -m pytest test_pytest_mock.py
1415

1516

0 commit comments

Comments
 (0)