8000
File tree Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 69
69
- python-version : " 2.7"
70
70
os : ubuntu-latest
71
71
experimental : false
72
- nox-session : google_brotli-2
73
- - python-version : " 3.9 "
72
+ nox-session : google_brotli-2.7
73
+ - python-version : " 3.x "
74
74
os : ubuntu-latest
75
75
experimental : false
76
76
nox-session : google_brotli-3
Original file line number Diff line number Diff line change 1
1
mock==3.0.5
2
- coverage~=5.0
2
+ coverage~=5.0;python_version<="2.7"
3
+ coverage~=6.0;python_version>="3.6"
3
4
tornado==5.1.1;python_version<="2.7"
4
- tornado==6.1.0;python_version>"3.5 "
5
+ tornado==6.1.0;python_version>= "3.6 "
5
6
PySocks==1.7.1
6
7
# https://github.com/Anorov/PySocks/issues/131
7
8
win-inet-pton==1.1.0
Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ def test(session):
50
50
tests_impl (session )
51
51
52
52
53
- @nox .session (python = ["2" , "3" ])
53
+ @nox .session (python = ["2.7 " , "3" ])
54
54
def google_brotli (session ):
55
55
# https://pypi.org/project/Brotli/ is the Google version of brotli, so
56
56
# install it separately and don't install our brotli extra (which installs
You can’t perform that action at this time.
0 commit comments