Skip to content

Commit 2361d41

Browse files
committed
tests/lint: PT023
1 parent 30890ee commit 2361d41

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/test_tls.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -902,7 +902,7 @@ def test_wrap_unwrap_server(
902902
pass
903903

904904

905-
@pytest.mark.e2e()
905+
@pytest.mark.e2e
906906
@pytest.mark.skipif(sys.platform == "win32", reason="Flaky under Windows")
907907
class TestProgramsTLS:
908908
@pytest.fixture(scope="class")
@@ -1032,7 +1032,7 @@ def test_raw_socket_connectionless_unavailable(self, port: int) -> None:
10321032
assert excinfo.value.errno is errno.ENOTCONN
10331033

10341034

1035-
@pytest.mark.e2e()
1035+
@pytest.mark.e2e
10361036
@pytest.mark.skipif(sys.platform == "win32", reason="Flaky under Windows")
10371037
class TestProgramsDTLS:
10381038
@pytest.fixture(scope="class")

0 commit comments

Comments
 (0)