Skip to content

Commit

Permalink
Simplify pypy tests
Browse files Browse the repository at this point in the history
  • Loading branch information
hynek committed Jan 10, 2025
1 parent 19518e7 commit 560b213
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ env_list =
pre-commit,
py3{8,9,10,11,12,13}-tests,
py3{10,11,12,13}-mypy,
pypy3,
pypy3-tests,
pyright,
docs{,-sponsors},
changelog,
Expand All @@ -26,6 +26,10 @@ commands =
mypy: mypy tests/typing_example.py
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

[testenv:pypy3-tests]
extras = tests
commands = pytest tests/test_functional.py

[testenv:py3{8,10,13}-tests]
extras = cov
# Python 3.6+ has a number of compile-time warnings on invalid string escapes.
Expand Down

0 comments on commit 560b213

Please sign in to comment.