From 11cf80c6d00ae0d8f518db19cae8ff22dc12b3c3 Mon Sep 17 00:00:00 2001 From: ZipFile Date: Mon, 19 May 2025 13:27:05 +0000 Subject: [PATCH] Fix PyPy test runs in tox --- tox.ini | 19 +------------------ 1 file changed, 1 insertion(+), 18 deletions(-) diff --git a/tox.ini b/tox.ini index b524b88d..705ea890 100644 --- a/tox.ini +++ b/tox.ini @@ -1,7 +1,7 @@ [tox] parallel_show_output = true envlist= - coveralls, pylint, flake8, pydocstyle, pydantic-v1, pydantic-v2, 3.8, 3.9, 3.10, 3.11, 3.12, 3.13, pypy3.9, pypy3.10 + 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 [testenv] deps= @@ -20,7 +20,6 @@ deps= extras= yaml commands = pytest -python_files = test_*_py3*.py setenv = COVERAGE_RCFILE = pyproject.toml @@ -61,22 +60,6 @@ commands= coverage report coveralls -[testenv:pypy3.9] -deps= - pytest - pytest-asyncio - httpx - flask - pydantic-settings - werkzeug - fastapi - boto3 - mypy_boto3_s3 -extras= - yaml -commands = pytest - - [testenv:pylint] deps= pylint