Skip test_file_absolute_expanded on Windows.
This commit is contained in:
parent
3f13c2bd3e
commit
a0a7f9feda
@ -174,6 +174,7 @@ class TestFuzzyUrl:
|
||||
url = urlutils.fuzzy_url('/foo')
|
||||
assert url == QUrl('file:///foo')
|
||||
|
||||
@pytest.mark.posix
|
||||
def test_file_absolute_expanded(self, os_mock):
|
||||
"""Make sure ~ gets expanded correctly."""
|
||||
os_mock.path.exists.return_value = True
|
||||
|
Loading…
Reference in New Issue
Block a user