From dc2c51302ab06f9f643944fee788839de8d26b33 Mon Sep 17 00:00:00 2001 From: Daniel Hahler Date: Tue, 5 Nov 2019 22:11:56 +0100 Subject: [PATCH] Revert "tests: filterwarnings: do not crash with "(rm_rf)" warning" This reverts commit 6b2bae9392f4fdbf295fbca8082e58f280c90aac. --- tox.ini | 2 -- 1 file changed, 2 deletions(-) diff --git a/tox.ini b/tox.ini index edc9a5667..93889322f 100644 --- a/tox.ini +++ b/tox.ini @@ -142,8 +142,6 @@ filterwarnings = error default:Using or importing the ABCs:DeprecationWarning:unittest2.* ignore:Module already imported so cannot be rewritten:pytest.PytestWarning - # https://github.com/pytest-dev/pytest/issues/5974 - default:\(rm_rf\) error removing.*:pytest.PytestWarning # produced by python3.6/site.py itself (3.6.7 on Travis, could not trigger it with 3.6.8). ignore:.*U.*mode is deprecated:DeprecationWarning:(?!(pytest|_pytest)) # produced by pytest-xdist