From 1ad7b909d4eedd50ae538cd7dc99e4cfb19bf4e2 Mon Sep 17 00:00:00 2001 From: Stephane Bruckert Date: Sun, 2 Feb 2020 14:28:10 +0000 Subject: [PATCH] Fix lint 2.7 --- tests/integration/test_user_endpoints.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/integration/test_user_endpoints.py b/tests/integration/test_user_endpoints.py index 6481090..31cc08e 100644 --- a/tests/integration/test_user_endpoints.py +++ b/tests/integration/test_user_endpoints.py @@ -66,7 +66,7 @@ class AuthTestSpotipy(unittest.TestCase): # >= Python3.2 only warnings.filterwarnings( "ignore", - category=ResourceWarning, + category=ResourceWarning, # noqa message="unclosed.*") missing = list(filter(lambda var: not os.getenv(CCEV[var]), CCEV))