Skip to content

Commit b63dd12

Browse files
authored
Update pytest.ini
1 parent 1dce5cc commit b63dd12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pytest.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ log_cli = 1
33
log_cli_level = INFO
44
log_cli_format = %(asctime)s [%(levelname)8s] %(message)s (%(filename)s:%(lineno)s)
55
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
6+
addopts = --junit-xml=build/test-results/test-results.xml
77
filterwarnings =
88
ignore::airbyte_cdk.sources.source.ExperimentalClassWarning
99
markers =

0 commit comments

Comments
 (0)