Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3688340 commit 6eca846Copy full SHA for 6eca846
tests/client/client_tests.py
@@ -233,7 +233,7 @@ def test_custom_transport(elasticapm_client):
233
assert isinstance(elasticapm_client._transport, DummyTransport)
234
235
236
-@pytest.mark.skipIf(simplejson_dumps is None)
+@pytest.mark.skipif(simplejson_dumps is None, reason="no test without simplejson")
237
@pytest.mark.parametrize(
238
"elasticapm_client", [{"transport_json_serializer": "elasticapm.utils.simplejson_encoder.dumps"}], indirect=True
239
)
0 commit comments