Remove -bb option from tox and ci (#59846)
This commit is contained in:
2
.github/workflows/ci.yaml
vendored
2
.github/workflows/ci.yaml
vendored
@@ -686,7 +686,7 @@ jobs:
|
||||
- name: Run pytest
|
||||
run: |
|
||||
. venv/bin/activate
|
||||
python3 -X dev -bb -m pytest \
|
||||
python3 -X dev -m pytest \
|
||||
-qq \
|
||||
--timeout=9 \
|
||||
--durations=10 \
|
||||
|
||||
Reference in New Issue
Block a user