fix: Revert tox basepython (#24124)
This commit is contained in:
parent
f817c10422
commit
ba0bb20be5
2
tox.ini
2
tox.ini
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue