fix: Revert tox basepython (#24124)

This commit is contained in:
John Bodley 2023-05-19 06:40:38 -07:00 committed by GitHub
parent f817c10422
commit ba0bb20be5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@
# Remember to start celery workers to run celery tests, e.g. # Remember to start celery workers to run celery tests, e.g.
# celery --app=superset.tasks.celery_app:app worker -Ofair -c 2 # celery --app=superset.tasks.celery_app:app worker -Ofair -c 2
[testenv] [testenv]
basepython = python3.10 basepython = python3.9
ignore_basepython_conflict = true ignore_basepython_conflict = true
commands = commands =
superset db upgrade superset db upgrade