Skip to content

Commit 560b213

Browse files
committed
Simplify pypy tests
1 parent 19518e7 commit 560b213

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

tox.ini

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ env_list =
44
pre-commit,
55
py3{8,9,10,11,12,13}-tests,
66
py3{10,11,12,13}-mypy,
7-
pypy3,
7+
pypy3-tests,
88
pyright,
99
docs{,-sponsors},
1010
changelog,
@@ -26,6 +26,10 @@ commands =
2626
mypy: mypy tests/typing_example.py
2727
mypy: mypy src/attrs/__init__.pyi src/attr/__init__.pyi src/attr/_typing_compat.pyi src/attr/_version_info.pyi src/attr/converters.pyi src/attr/exceptions.pyi src/attr/filters.pyi src/attr/setters.pyi src/attr/validators.pyi
2828

29+
[testenv:pypy3-tests]
30+
extras = tests
31+
commands = pytest tests/test_functional.py
32+
2933
[testenv:py3{8,10,13}-tests]
3034
extras = cov
3135
# Python 3.6+ has a number of compile-time warnings on invalid string escapes.

0 commit comments

Comments
 (0)