From ab27a781caa8bccbef365934fdff1fabc56e11ba Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 18 Oct 2023 09:50:21 +0000 Subject: [PATCH] Apply updates from cookiecutter This automated commit applies the latest updates from our cookiecutters [1] to this repo. [1]: https://github.com/hypothesis/cookiecutters --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 32e8904..ee12ab3 100644 --- a/tox.ini +++ b/tox.ini @@ -40,7 +40,7 @@ deps = lint: pycodestyle lint,tests: pytest-mock lint,tests,functests: pytest - tests: pytest-coverage + tests: pytest-cov coverage: coverage[toml] lint,tests,functests: factory-boy lint,tests,functests: pytest-factoryboy