From d67c47b81f4cbfda79f108a8ee4a183855127efb Mon Sep 17 00:00:00 2001 From: David Lord Date: Tue, 27 Jun 2023 08:29:41 -0700 Subject: [PATCH] simplify tox config envs inherit base testenv --- tox.ini | 8 -------- 1 file changed, 8 deletions(-) diff --git a/tox.ini b/tox.ini index 2c564878..cb735d28 100644 --- a/tox.ini +++ b/tox.ini @@ -34,17 +34,9 @@ skip_install = true commands = pre-commit run --all-files [testenv:typing] -package = wheel -wheel_build_env = .pkg -constrain_package_deps = true -use_frozen_constraints = true deps = -r requirements/typing.txt commands = mypy [testenv:docs] -package = wheel -wheel_build_env = .pkg -constrain_package_deps = true -use_frozen_constraints = true deps = -r requirements/docs.txt commands = sphinx-build -W -b html -d {envtmpdir}/doctrees docs {envtmpdir}/html