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 48d109e commit 12c56c6Copy full SHA for 12c56c6
.github/workflows/ci-test.yml
@@ -205,6 +205,7 @@ jobs:
205
run: |
206
if [[ "$PYTHON_VERSION" != "2."* ]]; then
207
pytest -r a \
208
+ --durations=20 \
209
-W default \
210
-W "ignore:SelectableGroups:DeprecationWarning" \
211
-W "ignore:the imp module:DeprecationWarning:gpg.gpgme:15" \
.travis.yml
@@ -151,6 +151,7 @@ script:
151
- export LD_LIBRARY_PATH=$VIRTUAL_ENV/lib:$LD_LIBRARY_PATH
152
- if [[ "$TRAVIS_PYTHON_VERSION" != "2."* ]]; then
153
py.test -r a
154
+ --durations=20
155
-W default
156
-W "ignore:SelectableGroups:DeprecationWarning"
157
-W "ignore:the imp module:DeprecationWarning:gpg.gpgme:15"
0 commit comments