From 4ef03d26f3e5fa65c1761d0fdbaa31ce4f859586 Mon Sep 17 00:00:00 2001 From: bitsgalore Date: Tue, 2 Aug 2022 16:27:04 +0200 Subject: [PATCH] changed formatting --- howto-prepare-release.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/howto-prepare-release.md b/howto-prepare-release.md index 4ce990c..590ffd4 100644 --- a/howto-prepare-release.md +++ b/howto-prepare-release.md @@ -36,7 +36,7 @@ In order to run the automated tests you need to install a couple of Python modul ``` --- -**TODO** - the *TEST_DEPS* variable in [setup.py](./setup.py) also lists pre-commit, pylint and +TODO: the *TEST_DEPS* variable in [setup.py](./setup.py) also lists pre-commit, pylint and pytest-coverage as test dependencies, but these are not used in any of the tests. It's not entirely clear to me how *TEST_DEPS* works in the context of testing (since you typically do this *before* installing any packages).