Skip to content

Commit f5fab33

Browse files
.
1 parent 83d4afb commit f5fab33

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1624,7 +1624,7 @@ def __ne__(self, other):
16241624
CapturedData = namedtuple("CapturedData", ["path", "event", "envelope", "compressed"])
16251625

16261626

1627-
@pytest.fixture
1627+
@pytest.fixture(scope="module")
16281628
def capturing_server():
16291629
assert WSGIServer is not None
16301630

0 commit comments

Comments
 (0)