From f9f2237d18105935f60b613aa894a02dff9e03c3 Mon Sep 17 00:00:00 2001 From: Michael Howitz Date: Fri, 18 Nov 2016 15:27:35 +0100 Subject: [PATCH] There is now a released version of pytest-mock which supports Python 3.6. --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 1eeb006..4eb40a0 100644 --- a/tox.ini +++ b/tox.ini @@ -19,7 +19,7 @@ deps = pytest-remove-stale-bytecode pytest-flake8 pytest-isort - git+https://github.com/pytest-dev/pytest-mock@931785ca86113c62baaad1e677f5dc61d69ec39a + pytest-mock # pytest-mypy [testenv:coverage-clean]