We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a558136 commit 6647429Copy full SHA for 6647429
tests/test_issue20.py
@@ -7,6 +7,7 @@
7
8
@pytest.fixture
9
def issue20_setup():
10
+ pytest.importorskip("structlog.contextvars")
11
structlog.configure(
12
processors=[
13
structlog.contextvars.merge_contextvars,
0 commit comments