From 29b6f90e36dd64b8bf06820d0e95f768868417d9 Mon Sep 17 00:00:00 2001 From: Floris Lambrechts Date: Mon, 19 Nov 2018 13:13:01 +0100 Subject: [PATCH] Calm down pytest 4.0.0 on deprecation errors This needs to be ported to pytest 4 though. See https://docs.pytest.org/en/latest/deprecations.html#marks-in-pytest-mark-parametrize . --- pytest.ini | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 pytest.ini diff --git a/pytest.ini b/pytest.ini new file mode 100644 index 0000000..b896cff --- /dev/null +++ b/pytest.ini @@ -0,0 +1,3 @@ +[pytest] +filterwarnings = + ignore::pytest.RemovedInPytest4Warning