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