aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Lord <davidism@gmail.com>2023-06-27 08:01:35 -0700
committerDavid Lord <davidism@gmail.com>2023-06-27 08:01:35 -0700
commitfed2d0808f1101eb0fb0fdec9e29d49fa48c549a (patch)
tree7001456d879127bce5d9f573592da0b0ae769a64
parentc0e4f69ff3d7b52d8af8231aee9eabe4994d5f6b (diff)
parentd80f1868323347a843370163eac0b7db182b9cd6 (diff)
downloadjinja-fed2d0808f1101eb0fb0fdec9e29d49fa48c549a.tar.gz
Merge branch '3.1.x'
-rw-r--r--tox.ini4
1 files changed, 0 insertions, 4 deletions
diff --git a/tox.ini b/tox.ini
index a58978c9..1b163ff5 100644
--- a/tox.ini
+++ b/tox.ini
@@ -19,13 +19,9 @@ skip_install = true
commands = pre-commit run --all-files
[testenv:typing]
-package = wheel
-wheel_build_env = .pkg
deps = -r requirements/typing.txt
commands = mypy
[testenv:docs]
-package = wheel
-wheel_build_env = .pkg
deps = -r requirements/docs.txt
commands = sphinx-build -W -b html -d {envtmpdir}/doctrees docs {envtmpdir}/html