Skip to content

Commit 5d93c9c

Browse files
authored
Speed up Python 3.11 CI by upgrading coverage
1 parent 4905468 commit 5d93c9c

File tree

3 files changed

+9
-10
lines changed

3 files changed

+9
-10
lines changed

.coveragerc

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,18 @@
22
source =
33
urllib3
44

5-
omit =
6-
*urllib3/packages/*
7-
*urllib3/contrib/pyopenssl.py
8-
*urllib3/contrib/securetransport.py
9-
*urllib3/contrib/_securetransport/*
10-
115
[paths]
126
source =
137
src/urllib3
148
*/urllib3
159
*\urllib3
1610

1711
[report]
12+
omit =
13+
src/urllib3/contrib/pyopenssl.py
14+
src/urllib3/contrib/securetransport.py
15+
src/urllib3/contrib/_securetransport/*
16+
1817
exclude_lines =
1918
except ModuleNotFoundError:
2019
except ImportError:

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
os: ubuntu-20.04 # CPython 2.7 is not available for ubuntu-22.04
5858
experimental: false
5959
nox-session: unsupported_setup_py
60-
- python-version: "3.9"
60+
- python-version: "3.x"
6161
os: ubuntu-latest
6262
experimental: false
6363
nox-session: test_brotlipy

dev-requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
coverage==6.4
1+
coverage==7.0.4
22
tornado==6.2
33
PySocks==1.7.1
44
pytest==7.2.0
55
pytest-timeout==2.1.0
66
pytest-freezegun==0.4.2
77
flaky==3.7.0
88
trustme==0.9.0
9-
cryptography==37.0.2
9+
cryptography==39.0.0
1010
backports.zoneinfo==0.2.1;python_version<"3.9"
1111
towncrier==21.9.0
12-
pytest-memray==1.3.1;python_version>="3.8" and sys_platform!="win32" and implementation_name=="cpython"
12+
pytest-memray==1.4.0;python_version>="3.8" and sys_platform!="win32" and implementation_name=="cpython"

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