Skip to content

Commit d5755ee

Browse files
committed
Cleanup PyPy tox.
1 parent 005b50c commit d5755ee

2 files changed

Lines changed: 1 addition & 6 deletions

File tree

.github/workflows/tests-ubuntu.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
# PyPy
2828
- python-version: pypy3.11
2929
env:
30-
TOXENV: pypy3
30+
TOXENV: py
3131

3232
# checks
3333
- python-version: "3.14"

tox.ini

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,6 @@ deps =
88
commands =
99
pytest --cov=protego --cov-report=xml --cov-report= {posargs:tests}
1010

11-
[testenv:pypy3]
12-
basepython = pypy3
13-
commands =
14-
pypy -m pytest {posargs:tests}
15-
1611
[testenv:pre-commit]
1712
deps = pre-commit
1813
commands = pre-commit run --all-files --show-diff-on-failure

0 commit comments

Comments
 (0)