Only run runtime test on Linux.
This commit is contained in:
parent
d887bbeb24
commit
91b4ba2a48
@ -211,7 +211,7 @@ class TestArguments:
|
|||||||
assert standarddir.runtime() == str(tmpdir / 'qute_test')
|
assert standarddir.runtime() == str(tmpdir / 'qute_test')
|
||||||
|
|
||||||
@pytest.mark.parametrize('typ', ['config', 'data', 'cache', 'download',
|
@pytest.mark.parametrize('typ', ['config', 'data', 'cache', 'download',
|
||||||
'runtime'])
|
pytest.mark.linux('runtime')])
|
||||||
def test_basedir(self, tmpdir, typ):
|
def test_basedir(self, tmpdir, typ):
|
||||||
"""Test --basedir."""
|
"""Test --basedir."""
|
||||||
expected = str(tmpdir / typ)
|
expected = str(tmpdir / typ)
|
||||||
|
Loading…
Reference in New Issue
Block a user