From 3354951f3f7cd18acc8fce118f7c4f30cc2e7f48 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:56:23 +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 a0b637b..e8be80e 100644 --- a/tox.ini +++ b/tox.ini @@ -37,7 +37,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