We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0f700e commit b24554cCopy full SHA for b24554c
pyproject.toml
@@ -98,6 +98,11 @@ filterwarnings = [
98
]
99
testpaths = [ "tests" ]
100
101
+[tool.tox.env_run_base]
102
+dependency-groups = [
103
+ "test",
104
+]
105
+
106
[dependency-groups]
107
test = [
108
"freezegun",
tox.ini
@@ -19,8 +19,6 @@ commands =
19
--cov-report term \
20
--cov-report xml \
21
{posargs}
22
-dependency_groups =
23
- test
24
25
[testenv:cog]
26
skip_install = true
0 commit comments