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

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