From b9423d894c24937d280b688ab8d366a9c4e4cd80 Mon Sep 17 00:00:00 2001 From: Bruno Oliveira Date: Thu, 10 Jan 2019 19:19:34 -0200 Subject: [PATCH] Fix linting --- testing/acceptance_test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/acceptance_test.py b/testing/acceptance_test.py index 27f2c65..e0d4770 100644 --- a/testing/acceptance_test.py +++ b/testing/acceptance_test.py @@ -825,7 +825,7 @@ class TestWarnings: # The socket itself will end up attached as a value in # _WARNING_DETAIL. We need to test that it is not serialized # (it can't be, so the test will fail if we try to). - @pytest.mark.filterwarnings('always') + @pytest.mark.filterwarnings('always') def test_func(tmpdir): abuse_socket() gc.collect()