Skip to content

Commit df09e8c

Browse files
illia-vsethmlarson
authored andcommitted
Move verbosity flag to noxfile
1 parent ac96f20 commit df09e8c

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ jobs:
118118

119119
- name: Run Tests
120120
# `test_requesting_large_resources_via_ssl` is run separately to avoid timeouts.
121-
run: ./ci/run_tests.sh ${{ matrix.nox-session != 'app_engine' && 'test/ -k "not requesting_large_resources_via_ssl"' || '' }} -vv
121+
run: ./ci/run_tests.sh ${{ matrix.nox-session != 'app_engine' && 'test/ -k "not requesting_large_resources_via_ssl"' || '' }}
122122
env:
123123
PYTHON_VERSION: ${{ matrix.python-version }}
124124
NOX_SESSION: ${{ matrix.nox-session }}
@@ -154,7 +154,7 @@ jobs:
154154
run: python -m pip install --upgrade pip setuptools nox
155155

156156
- name: Run Tests
157-
run: ./ci/run_tests.sh test/ -k "requesting_large_resources_via_ssl" -vv
157+
run: ./ci/run_tests.sh test/ -k "requesting_large_resources_via_ssl"
158158
env:
159159
PYTHON_VERSION: ${{ matrix.python-version }}
160160

noxfile.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,12 @@ def tests_impl(session, extras="socks,secure,brotli"):
3535
"--parallel-mode",
3636
"-m",
3737
"pytest",
38+
"-v",
3839
"-r",
3940
"a",
4041
f"--color={'yes' if 'GITHUB_ACTIONS' in os.environ else 'auto'}",
4142
"--tb=native",
43+
"--durations=10",
4244
"--no-success-flaky-report",
4345
*(session.posargs or ("test/",)),
4446
env={
@@ -75,6 +77,7 @@ def app_engine(session):
7577
"--parallel-mode",
7678
"-m",
7779
"pytest",
80+
"-v",
7881
"-r",
7982
"sx",
8083
"test/appengine",

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy