From 8b3faf6b9375186bd700d8736dab87e58dd33abb Mon Sep 17 00:00:00 2001 From: Kyle Altendorf Date: Mon, 7 Jan 2019 15:26:28 -0500 Subject: [PATCH] Add pytest.ini with filterwarnings = error --- pytest.ini | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 pytest.ini diff --git a/pytest.ini b/pytest.ini new file mode 100644 index 0000000..0c84ee3 --- /dev/null +++ b/pytest.ini @@ -0,0 +1,2 @@ +[pytest] +filterwarnings = error