From 6abe8f2c978f6ef774a7970fbd32ee8882aa785f Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Tue, 3 Jul 2018 13:22:05 +0200 Subject: Ignore QtNetwork warning on macOS --- pytest.ini | 1 + 1 file changed, 1 insertion(+) (limited to 'pytest.ini') diff --git a/pytest.ini b/pytest.ini index 452841a6e..1b5016321 100644 --- a/pytest.ini +++ b/pytest.ini @@ -63,6 +63,7 @@ qt_log_ignore = ^inotify_add_watch\(".*"\) failed: "No space left on device" ^QSettings::value: Empty key passed ^Icon theme ".*" not found + ^Error receiving trust for a CA certificate xfail_strict = true filterwarnings = # This happens in many qutebrowser dependencies... -- cgit v1.2.3-54-g00ecf