Skip to content

Commit 81d126e

Browse files
committed
chore(tox): add comment why we specify tests for pypy envs
1 parent ef482a0 commit 81d126e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tox.ini

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ commands =
2828
src
2929

3030
[testenv:tests_pytest_pypy3]
31+
# overwrite default groups (dev) to avoid installing optimized in tox envs using pypy
3132
dependency_groups =
3233
test
3334
passenv =
@@ -68,6 +69,7 @@ commands =
6869
tests
6970

7071
[testenv:pypy3]
72+
# see comment for tests_pytest_pypy3
7173
dependency_groups =
7274
test
7375
passenv =

0 commit comments

Comments
 (0)