diff --git a/pyproject.toml b/pyproject.toml index 51ab395b..4724c6d9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -230,5 +230,5 @@ legacy_tox_ini = """ testenv = {commands = [ "pytest --cov --cov-report=lcov", ], deps = [ - "pytest-cov" + "pytest-cov", ]}