Skip to content

Commit d232f3a

Browse files
committed
Stop special-casing py314-tests-optional
1 parent 01c5336 commit d232f3a

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

tox.ini

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -38,16 +38,6 @@ commands =
3838
tests: coverage run -m pytest {posargs}
3939
mypy: mypy tests/typing docs/examples/fastapi/simple_fastapi_app.py docs/examples/starlette/simple_starlette_app.py
4040

41-
# Pydantic and therefore FastAPI isn't ready for 3.14 yet.
42-
[testenv:py314-tests-optional]
43-
deps =
44-
coverage[toml]
45-
aiohttp
46-
flask
47-
httpx
48-
pyramid
49-
starlette
50-
5141
[testenv:py314-mypy]
5242
commands =
5343
mypy tests/typing/core.py tests/typing/flask.py tests/typing/aiohttp.py tests/typing/pyramid.py tests/typing/starlette.py docs/examples/starlette/simple_starlette_app.py

0 commit comments

Comments
 (0)