Only run runtime test on Linux.

This commit is contained in:
Florian Bruhin 2015-09-15 20:49:10 +02:00
parent d887bbeb24
commit 91b4ba2a48

View File

@ -211,7 +211,7 @@ class TestArguments:
assert standarddir.runtime() == str(tmpdir / 'qute_test')
@pytest.mark.parametrize('typ', ['config', 'data', 'cache', 'download',
'runtime'])
pytest.mark.linux('runtime')])
def test_basedir(self, tmpdir, typ):
"""Test --basedir."""
expected = str(tmpdir / typ)