Skip to content

Commit e6bc164

Browse files
committed
Fix PyPy test runs in tox
1 parent 9456089 commit e6bc164

File tree

1 file changed

+1
-18
lines changed

1 file changed

+1
-18
lines changed

tox.ini

Lines changed: 1 addition & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[tox]
22
parallel_show_output = true
33
envlist=
4-
coveralls, pylint, flake8, pydocstyle, pydantic-v1, pydantic-v2, 3.8, 3.9, 3.10, 3.11, 3.12, 3.13, pypy3.9, pypy3.10
4+
coveralls, pylint, flake8, pydocstyle, pydantic-v1, pydantic-v2, 3.8, 3.9, 3.10, 3.11, 3.12, 3.13, pypy3.9, pypy3.10, pypy3.11
55

66
[testenv]
77
deps=
@@ -20,7 +20,6 @@ deps=
2020
extras=
2121
yaml
2222
commands = pytest
23-
python_files = test_*_py3*.py
2423
setenv =
2524
COVERAGE_RCFILE = pyproject.toml
2625

@@ -61,22 +60,6 @@ commands=
6160
coverage report
6261
coveralls
6362

64-
[testenv:pypy3.9]
65-
deps=
66-
pytest
67-
pytest-asyncio
68-
httpx
69-
flask
70-
pydantic-settings
71-
werkzeug
72-
fastapi
73-
boto3
74-
mypy_boto3_s3
75-
extras=
76-
yaml
77-
commands = pytest
78-
79-
8063
[testenv:pylint]
8164
deps=
8265
pylint

0 commit comments

Comments
 (0)