summaryrefslogtreecommitdiff
path: root/tests/conftest.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/conftest.py')
-rw-r--r--tests/conftest.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/conftest.py b/tests/conftest.py
index 8f9053cd..3c6672dc 100644
--- a/tests/conftest.py
+++ b/tests/conftest.py
@@ -42,7 +42,6 @@ def set_warnings():
)
if env.PYPY and env.PY3:
# pypy3 warns about unclosed files a lot.
- # pylint: disable=undefined-variable
warnings.filterwarnings("ignore", r".*unclosed file", category=ResourceWarning)