File tree Expand file tree Collapse file tree 3 files changed +9
-8
lines changed
Expand file tree Collapse file tree 3 files changed +9
-8
lines changed Original file line number Diff line number Diff line change @@ -10,9 +10,9 @@ windows:
1010# - VERSION: "3.6"
1111# FRAMEWORK: "none"
1212# ASYNCIO: "true"
13- - VERSION : " 3.7"
14- FRAMEWORK : " none"
15- ASYNCIO : " true"
13+ # - VERSION: "3.7"
14+ # FRAMEWORK: "none"
15+ # ASYNCIO: "true"
1616 - VERSION : " 3.8"
1717 FRAMEWORK : " none"
1818 ASYNCIO : " true"
Original file line number Diff line number Diff line change 9393 # - version: "3.6"
9494 # framework: "none"
9595 # asyncio: "true"
96- - version : " 3.7"
97- framework : none
98- asyncio : true
96+ # - version: "3.7"
97+ # framework: none
98+ # asyncio: true
9999 - version : " 3.8"
100100 framework : none
101101 asyncio : true
Original file line number Diff line number Diff line change @@ -3,8 +3,9 @@ pytest==7.4.0 ; python_version > '3.6'
33pytest-random-order==1.1.0
44pytest-django==4.4.0
55coverage==6.2 ; python_version == '3.6'
6- coverage==7.2.3 ; python_version > '3.6'
7- pytest-cov==4.0.0
6+ coverage==7.3.1 ; python_version > '3.6'
7+ pytest-cov==4.0.0 ; python_version == '3.6'
8+ pytest-cov==4.1.0 ; python_version > '3.6'
89pytest-localserver==0.5.0
910pytest-mock==3.6.1 ; python_version == '3.6'
1011pytest-mock==3.10.0 ; python_version > '3.6'
You can’t perform that action at this time.
0 commit comments