Skip to content

Commit

Permalink
try to fix tox
Browse files Browse the repository at this point in the history
  • Loading branch information
kongzii committed Jul 9, 2024
1 parent 760d126 commit f2481ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
; we set the associated flag (e.g. for linting we don't need
; the package installation).
[tox]
envlist = bandit, safety, black, black-check, isort, isort-check, check-hash, check-packages, check-dependencies, flake8, mypy, pylint, darglint, check-generate-all-protocols, check-abciapp-specs, check-abci-docstrings, check-handlers, py{3.7,3.8,3.9,3.10}-{win,linux,darwin}
envlist = bandit, safety, black, black-check, isort, isort-check, check-hash, check-packages, check-dependencies, flake8, mypy, pylint, darglint, check-generate-all-protocols, check-abciapp-specs, check-abci-docstrings, check-handlers, py{3.10}-{win,linux,darwin}
; when running locally we don't want to fail for no good reason
skip_missing_interpreters = true
isolated_build = True
Expand Down Expand Up @@ -78,7 +78,7 @@ deps =
; end-extra

[testenv]
basepython = python3
basepython = python3.10
whitelist_externals = /bin/sh
deps = {[deps-packages]deps}
passenv = *
Expand Down

0 comments on commit f2481ad

Please sign in to comment.