From d61d50fbabf810f8415bb9c3fe9d543ace019b66 Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Sun, 12 May 2019 16:29:13 -0400 Subject: Use pylint 2.x --- tests/conftest.py | 1 - 1 file changed, 1 deletion(-) (limited to 'tests/conftest.py') 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) -- cgit v1.2.1