Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove runtox.sh #3587

Draft
wants to merge 2 commits into
base: master
Choose a base branch
from
Draft
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Blueprint
  • Loading branch information
antonpirker committed Sep 30, 2024
commit 3df3553f6775a999dc028fb3abfdd4074507dc96
8 changes: 4 additions & 4 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ envlist =
{py3.6,py3.8}-flask-v{1}
{py3.8,py3.11,py3.12}-flask-v{2}
{py3.10,py3.11,py3.12}-flask-v{3}
{py3.10,py3.12,py3.13}-flask-latest
{py3.10,py3.12,py3.13}-flask_latest

# GCP
{py3.7}-gcp
Expand Down Expand Up @@ -442,14 +442,14 @@ deps =
fastapi-latest: fastapi

# Flask
flask: flask-login
flask{_latest}: flask-login
flask-v{1,2.0}: Werkzeug<2.1.0
flask-v{1,2.0}: markupsafe<2.1.0
flask-v{3}: Werkzeug
flask-v1: Flask~=1.0
flask-v2: Flask~=2.0
flask-v3: Flask~=3.0
flask-latest: Flask
flask_latest: Flask

# GQL
gql-v{3.4}: gql[all]~=3.4.0
Expand Down Expand Up @@ -709,7 +709,7 @@ setenv =
dramatiq: TESTPATH=tests/integrations/dramatiq
falcon: TESTPATH=tests/integrations/falcon
fastapi: TESTPATH=tests/integrations/fastapi
flask: TESTPATH=tests/integrations/flask
flask{_latest}: TESTPATH=tests/integrations/flask
gcp: TESTPATH=tests/integrations/gcp
gql: TESTPATH=tests/integrations/gql
graphene: TESTPATH=tests/integrations/graphene
Expand Down