Skip to content

Commit be9c85d

Browse files
authored
Upgrade coverage and pytest-cov (#1906)
1 parent 9880358 commit be9c85d

File tree

3 files changed

+9
-8
lines changed

3 files changed

+9
-8
lines changed

.ci/.matrix_windows.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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"

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -93,9 +93,9 @@ jobs:
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

tests/requirements/reqs-base.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,9 @@ pytest==7.4.0 ; python_version > '3.6'
33
pytest-random-order==1.1.0
44
pytest-django==4.4.0
55
coverage==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'
89
pytest-localserver==0.5.0
910
pytest-mock==3.6.1 ; python_version == '3.6'
1011
pytest-mock==3.10.0 ; python_version > '3.6'

0 commit comments

Comments
 (0)