Add reference to test_cmdline_python_namespace_package
This commit is contained in:
parent
8e125c9759
commit
7a6bcc3639
|
@ -677,6 +677,8 @@ class TestInvocationVariants(object):
|
|||
def test_cmdline_python_namespace_package(self, testdir, monkeypatch):
|
||||
"""
|
||||
test --pyargs option with namespace packages (#1567)
|
||||
|
||||
Ref: https://packaging.python.org/guides/packaging-namespace-packages/
|
||||
"""
|
||||
monkeypatch.delenv("PYTHONDONTWRITEBYTECODE", raising=False)
|
||||
|
||||
|
|
Loading…
Reference in New Issue