From a54ef2757f037d28787b9380fac978fc049401e0 Mon Sep 17 00:00:00 2001 From: Zach Dwiel Date: Tue, 25 Sep 2018 16:15:24 -0400 Subject: [PATCH] ignore deprecation warnings in test logging --- rl_coach/tests/pytest.ini | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/rl_coach/tests/pytest.ini b/rl_coach/tests/pytest.ini index 29d3f1d..1294264 100644 --- a/rl_coach/tests/pytest.ini +++ b/rl_coach/tests/pytest.ini @@ -2,4 +2,6 @@ [pytest] markers = unit_test: short test that checks that a module is acting correctly - integration_test: long test that checks that the complete framework is running correctly \ No newline at end of file + integration_test: long test that checks that the complete framework is running correctly +filterwarnings = + ignore::DeprecationWarning