Skip to content

Commit f1cc916

Browse files
committed
Remove assertion that 'import pkg_resources' works; it's no longer an invariant.
1 parent 8ba2f38 commit f1cc916

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

setuptools/tests/test_editable_install.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -293,8 +293,6 @@ def test_namespace_package_importable(
293293
venv.run(["python", "-m", "pip", "install", str(pkg_A), *opts])
294294
venv.run(["python", "-m", "pip", "install", "-e", str(pkg_B), *opts])
295295
venv.run(["python", "-c", f"import {ns}.pkgA; import {ns}.pkgB"])
296-
# additionally ensure that pkg_resources import works
297-
venv.run(["python", "-c", "import pkg_resources"])
298296

299297

300298
class TestPep420Namespaces:

0 commit comments

Comments
 (0)