Blame SOURCES/0002-Add-pytest-option-to-not-capture-warnings.patch

092fd0
From 6e7951c511b8316a73d9a8d9c4cc130becd99e93 Mon Sep 17 00:00:00 2001
092fd0
From: Adam Dangoor <adamdangoor@gmail.com>
092fd0
Date: Mon, 31 Jul 2017 18:06:20 +0100
092fd0
Subject: [PATCH 2/3] Add pytest option to not capture warnings
092fd0
092fd0
---
092fd0
 pytest.ini | 2 ++
092fd0
 1 file changed, 2 insertions(+)
092fd0
 create mode 100644 pytest.ini
092fd0
092fd0
diff --git a/pytest.ini b/pytest.ini
092fd0
new file mode 100644
092fd0
index 0000000..1ceab94
092fd0
--- /dev/null
092fd0
+++ b/pytest.ini
092fd0
@@ -0,0 +1,2 @@
092fd0
+[pytest]
092fd0
+addopts = -p no:warnings
092fd0
-- 
092fd0
2.14.2
092fd0