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

View File

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