Skip to content

Commit 8939ef4

Browse files
committed
treat unexpected warnings as errors
1 parent 66ba16f commit 8939ef4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.gitlab/templates/debugging/exploration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
git clone --depth 1 --branch ${{BOTO3_TAG}} https://github.com/boto/boto3.git
1717
cd boto3
1818
python${{PYTHON_VERSION}} scripts/ci/install
19-
python${{PYTHON_VERSION}} scripts/ci/run-tests
19+
python${{PYTHON_VERSION}} scripts/ci/run-tests -- -svv -W error -W "ignore::dateutil.parser._parser.UnknownTimezoneWarning" -W "ignore::DeprecationWarning"
2020
cat ${{DD_DEBUGGER_EXPL_OUTPUT_FILE}}
2121
needs: []
2222
artifacts:

0 commit comments

Comments
 (0)