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 1dce5cc commit b63dd12Copy full SHA for b63dd12
pytest.ini
@@ -3,7 +3,7 @@ log_cli = 1
3
log_cli_level = INFO
4
log_cli_format = %(asctime)s [%(levelname)8s] %(message)s (%(filename)s:%(lineno)s)
5
log_cli_date_format=%Y-%m-%d %H:%M:%S
6
-addopts = -rs --strict-markers --timeout=600 --junit-xml=build/test-results/test-results.xml
+addopts = --junit-xml=build/test-results/test-results.xml
7
filterwarnings =
8
ignore::airbyte_cdk.sources.source.ExperimentalClassWarning
9
markers =
0 commit comments