diff options
Diffstat (limited to 'setuptools')
-rw-r--r-- | setuptools/tests/test_easy_install.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/setuptools/tests/test_easy_install.py b/setuptools/tests/test_easy_install.py index 1e368806..b0cc4c9f 100644 --- a/setuptools/tests/test_easy_install.py +++ b/setuptools/tests/test_easy_install.py @@ -288,6 +288,7 @@ class TestEasyInstallTest: assert (target / 'mypkg_script').exists() +@pytest.mark.filterwarnings('ignore:Unbuilt egg') class TestPTHFileWriter: def test_add_from_cwd_site_sets_dirty(self): '''a pth file manager should set dirty |