We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef482a0 commit 81d126eCopy full SHA for 81d126e
tox.ini
@@ -28,6 +28,7 @@ commands =
28
src
29
30
[testenv:tests_pytest_pypy3]
31
+# overwrite default groups (dev) to avoid installing optimized in tox envs using pypy
32
dependency_groups =
33
test
34
passenv =
@@ -68,6 +69,7 @@ commands =
68
69
tests
70
71
[testenv:pypy3]
72
+# see comment for tests_pytest_pypy3
73
74
75
0 commit comments