summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorBernát Gábor <bgabor8@bloomberg.net>2022-01-04 09:15:39 +0000
committerGitHub <noreply@github.com>2022-01-04 09:15:39 +0000
commitc88d497c535f62540637a437d5a0c71c335b86d2 (patch)
tree802209644b46e788aa6e656a0c2243d79d950908 /tox.ini
parente62a717b8033a8f3ae556a7ea9183933f2d65a66 (diff)
downloadtox-git-c88d497c535f62540637a437d5a0c71c335b86d2.tar.gz
Better selection support (#2290)
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini6
1 files changed, 2 insertions, 4 deletions
diff --git a/tox.ini b/tox.ini
index c4aff6ea..558d1c51 100644
--- a/tox.ini
+++ b/tox.ini
@@ -9,12 +9,10 @@ envlist =
type
docs
pkg_meta
-isolated_build = true
skip_missing_interpreters = true
-minversion = 3.21
[testenv]
-description = run the tests with pytest
+description = run the tests with pytest under {envname}
passenv =
PYTEST_*
SSL_CERT_FILE
@@ -51,7 +49,7 @@ description = run type check on code base
setenv =
{tty:MYPY_FORCE_COLOR = 1}
deps =
- mypy==0.910
+ mypy==0.930
types-cachetools
types-chardet
types-freezegun