From 0106877eff6e48d5a13f5759f67e97ef9e6e216b Mon Sep 17 00:00:00 2001 From: Prachi Srivastava Date: Tue, 27 Nov 2018 12:47:16 +0530 Subject: [PATCH] Ignores warnings in pytest while running funtional test Reviewed-by: Joseph Nuthalapati Signed-off-by: Joseph Nuthalapati --- functional_tests/pytest.ini | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/functional_tests/pytest.ini b/functional_tests/pytest.ini index e69de29bb..8826612a0 100644 --- a/functional_tests/pytest.ini +++ b/functional_tests/pytest.ini @@ -0,0 +1,4 @@ +; Ignore warnings temporary fix +; TODO:// Remove when https://github.com/pytest-dev/pytest-splinter/issues/112 is resolved +[pytest] +addopts = -p no:warnings \ No newline at end of file