Commit 5b869d5c authored by Jason R. Coombs's avatar Jason R. Coombs

Suppress Unbuild egg warnings in TestPTHFileWriter

parent a48e96b5
...@@ -288,6 +288,7 @@ class TestEasyInstallTest: ...@@ -288,6 +288,7 @@ class TestEasyInstallTest:
assert (target / 'mypkg_script').exists() assert (target / 'mypkg_script').exists()
@pytest.mark.filterwarnings('ignore:Unbuilt egg')
class TestPTHFileWriter: class TestPTHFileWriter:
def test_add_from_cwd_site_sets_dirty(self): def test_add_from_cwd_site_sets_dirty(self):
'''a pth file manager should set dirty '''a pth file manager should set dirty
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment