diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2018-09-23 12:04:11 -0400 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2018-09-23 12:04:11 -0400 |
commit | 5b869d5c19ffea9b149b214e3638de83cc4c5d98 (patch) | |
tree | cad321aef06adc3e1feec9457f01bdfc20a6ff5a /setuptools/tests | |
parent | a48e96b5352f6bc6755202f35324e0dcfde2283b (diff) | |
download | external_python_setuptools-5b869d5c19ffea9b149b214e3638de83cc4c5d98.tar.gz external_python_setuptools-5b869d5c19ffea9b149b214e3638de83cc4c5d98.tar.bz2 external_python_setuptools-5b869d5c19ffea9b149b214e3638de83cc4c5d98.zip |
Suppress Unbuild egg warnings in TestPTHFileWriter
Diffstat (limited to 'setuptools/tests')
-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 |