File tree Expand file tree Collapse file tree 3 files changed +9
-10
lines changed Expand file tree Collapse file tree 3 files changed +9
-10
lines changed Original file line number Diff line number Diff line change 2
2
source =
3
3
urllib3
4
4
5
- omit =
6
- *urllib3/packages/*
7
- *urllib3/contrib/pyopenssl.py
8
- *urllib3/contrib/securetransport.py
9
- *urllib3/contrib/_securetransport/*
10
-
11
5
[paths]
12
6
source =
13
7
src/urllib3
14
8
*/urllib3
15
9
*\urllib3
16
10
17
11
[report]
12
+ omit =
13
+ src/urllib3/contrib/pyopenssl.py
14
+ src/urllib3/contrib/securetransport.py
15
+ src/urllib3/contrib/_securetransport/*
16
+
18
17
exclude_lines =
19
18
except ModuleNotFoundError:
20
19
except ImportError:
Original file line number Diff line number Diff line change 57
57
os : ubuntu-20.04 # CPython 2.7 is not available for ubuntu-22.04
58
58
experimental : false
59
59
nox-session : unsupported_setup_py
60
- - python-version : " 3.9 "
60
+ - python-version : " 3.x "
61
61
os : ubuntu-latest
62
62
experimental : false
63
63
nox-session : test_brotlipy
Original file line number Diff line number Diff line change 1
- coverage==6 .4
1
+ coverage==7.0 .4
2
2
tornado==6.2
3
3
PySocks==1.7.1
4
4
pytest==7.2.0
5
5
pytest-timeout==2.1.0
6
6
pytest-freezegun==0.4.2
7
7
flaky==3.7.0
8
8
trustme==0.9.0
9
- cryptography==37 .0.2
9
+ cryptography==39 .0.0
10
10
backports.zoneinfo==0.2.1;python_version<"3.9"
11
11
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"
You can’t perform that action at this time.
0 commit comments