From a2d03733c1c1483762c16d23f39b954af654027c Mon Sep 17 00:00:00 2001 From: "Patrick J. Roddy" Date: Tue, 1 Oct 2024 10:23:00 +0100 Subject: [PATCH] Remove `env`, missed in #173 (#174) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b0b351b..bcc7b54 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -164,7 +164,7 @@ legacy_tox_ini = """ macos-latest: macos windows-latest: windows """ -env.testenv = {commands = [ +testenv = {commands = [ "pytest --cov --cov-report=lcov", ], deps = [ "pytest-cov",