From 916d272c443bf22ff73759e797be29979ec70b7a Mon Sep 17 00:00:00 2001 From: Bruno Oliveira Date: Mon, 20 Mar 2017 23:44:50 -0300 Subject: [PATCH] Fix test on linux --- testing/test_cache.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/test_cache.py b/testing/test_cache.py index 47072e07e..f5904be39 100755 --- a/testing/test_cache.py +++ b/testing/test_cache.py @@ -55,7 +55,7 @@ class TestNewAPI(object): assert result.ret == 1 result.stdout.fnmatch_lines([ "*could not create cache path*", - "*1 pytest-warnings*", + "*1 warnings*", ]) def test_config_cache(self, testdir):