Skip to content

Commit d9efbfd

Browse files
committed
Simplify tox specs
We're not handling multiple versions of pypy (anymore) or graal so don't bother with version numbers.
1 parent 60e1c0f commit d9efbfd

1 file changed

Lines changed: 4 additions & 10 deletions

File tree

tox.ini

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
[tox]
22
min_version = 4.0
33
env_list = py3{9,10,11,12}
4-
pypy3.10
5-
graalpy-24
4+
pypy
5+
graalpy
66
flake8, black, typecheck
77
labels =
8-
test = py3{9,10,11,12},pypy3.10,graalpy-24
8+
test = py3{9,10,11,12},pypy,graalpy
99
cpy = py3{9,10,11,12}
1010
pypy = pypy3.10
1111
graal = graalpy-24
@@ -26,13 +26,7 @@ deps =
2626
commands =
2727
pytest -Werror --doctest-glob="*.rst" {posargs}
2828

29-
[testenv:pypy3.10]
30-
deps =
31-
pytest
32-
pyyaml
33-
ua-parser-rs
34-
35-
[testenv:graalpy-24]
29+
[testenv:{pypy,graalpy}]
3630
deps =
3731
pytest
3832
pyyaml

0 commit comments

Comments
 (0)