Skip to content

Commit 622e0e5

Browse files
committed
Stop requiring importlib-metadata for tests.
1 parent f11c89e commit 622e0e5

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

repo_helper/files/testing.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1097,7 +1097,6 @@ class TestsRequirementsManager(RequirementsManager):
10971097
ComparableRequirement("coverage>=5.1"),
10981098
ComparableRequirement("pytest>=6.0.0"),
10991099
ComparableRequirement("pytest-cov>=2.8.1"),
1100-
ComparableRequirement("importlib-metadata>=3.6.0"),
11011100
ComparableRequirement("pytest-randomly>=3.7.0"),
11021101
ComparableRequirement("pytest-timeout>=1.4.2"),
11031102
}

tests/test_files/test_testing.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -348,7 +348,6 @@ def test_ensure_tests_requirements(tmp_pathplus: PathPlus, demo_environment: Env
348348
"coincidence>=0.2.0",
349349
"coverage>=5.1",
350350
"coverage-pyver-pragma>=0.2.1",
351-
"importlib-metadata>=3.6.0",
352351
"pytest>=6.0.0",
353352
"pytest-cov>=2.8.1",
354353
"pytest-randomly>=3.7.0",
@@ -366,7 +365,6 @@ def test_ensure_tests_requirements(tmp_pathplus: PathPlus, demo_environment: Env
366365
"coincidence>=0.2.0",
367366
"coverage>=5.1",
368367
"coverage-pyver-pragma>=0.2.1",
369-
"importlib-metadata>=3.6.0",
370368
"lorem>=0.1.1",
371369
"pytest>=6.0.0",
372370
"pytest-cov>=2.8.1",
@@ -388,7 +386,6 @@ def test_ensure_tests_requirements_extras(tmp_pathplus: PathPlus, demo_environme
388386
"coincidence>=0.2.0",
389387
"coverage>=5.1",
390388
"coverage-pyver-pragma>=0.2.1",
391-
"importlib-metadata>=3.6.0",
392389
"pytest>=6.0.0",
393390
"pytest-cov>=2.8.1",
394391
"pytest-randomly>=3.7.0",

0 commit comments

Comments
 (0)