summaryrefslogtreecommitdiff
path: root/tests/test_provision.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_provision.py')
-rw-r--r--tests/test_provision.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test_provision.py b/tests/test_provision.py
index 56952a18..cc959153 100644
--- a/tests/test_provision.py
+++ b/tests/test_provision.py
@@ -83,6 +83,7 @@ def tox_wheels(tox_wheel: Path, tmp_path_factory: TempPathFactory) -> list[Path]
wheel_cache = ROOT / ".wheel_cache" / f"{sys.version_info.major}.{sys.version_info.minor}"
wheel_cache.mkdir(parents=True, exist_ok=True)
cmd = [sys.executable, "-I", "-m", "pip", "download", "-d", str(wheel_cache)]
+ assert distribution.requires is not None
for req in distribution.requires:
requirement = Requirement(req)
if not requirement.extras: # pragma: no branch # we don't need to install any extras (tests/docs/etc)