From fed86ea1ceaeb366f5c1a9e4f74b2f8a2aaf7923 Mon Sep 17 00:00:00 2001 From: Jonathan Willitts Date: Fri, 6 Sep 2024 15:33:59 +0100 Subject: [PATCH] Remove explicit update of `coverage[toml]` Latest version is already installed as part of: https://raw.githubusercontent.com/clinicedc/edc/develop/requirements.tests/tox.txt --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 39866b3..e5a3ca9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -61,7 +61,7 @@ deps = djdev: https://github.com/django/django/tarball/main commands = - pip install -U pip coverage[toml] + pip install -U pip pip --version pip freeze coverage run -a runtests.py