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 66ba16f commit 8939ef4Copy full SHA for 8939ef4
.gitlab/templates/debugging/exploration.yml
@@ -16,7 +16,7 @@
16
git clone --depth 1 --branch ${{BOTO3_TAG}} https://github.com/boto/boto3.git
17
cd boto3
18
python${{PYTHON_VERSION}} scripts/ci/install
19
- python${{PYTHON_VERSION}} scripts/ci/run-tests
+ python${{PYTHON_VERSION}} scripts/ci/run-tests -- -svv -W error -W "ignore::dateutil.parser._parser.UnknownTimezoneWarning" -W "ignore::DeprecationWarning"
20
cat ${{DD_DEBUGGER_EXPL_OUTPUT_FILE}}
21
needs: []
22
artifacts:
0 commit comments