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))