Fix test on linux
This commit is contained in:
parent
eabe3eed6b
commit
916d272c44
|
@ -55,7 +55,7 @@ class TestNewAPI(object):
|
||||||
assert result.ret == 1
|
assert result.ret == 1
|
||||||
result.stdout.fnmatch_lines([
|
result.stdout.fnmatch_lines([
|
||||||
"*could not create cache path*",
|
"*could not create cache path*",
|
||||||
"*1 pytest-warnings*",
|
"*1 warnings*",
|
||||||
])
|
])
|
||||||
|
|
||||||
def test_config_cache(self, testdir):
|
def test_config_cache(self, testdir):
|
||||||
|
|
Loading…
Reference in New Issue