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