Skip to content

Commit 47a3f55

Browse files
committed
wip
1 parent a16edb7 commit 47a3f55

9 files changed

+10
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@ repos:
5454
rev: v0.1.7
5555
hooks:
5656
- id: no-string-hints
57-
- repo: https://github.com/MarcoGorelli/pyupgrade
58-
rev: d2377ca4226ff8a3f1ad5324373671694322b9ff
57+
- repo: https://github.com/asottile/pyupgrade
58+
rev: v2.10.0
5959
hooks:
6060
- id: pyupgrade
6161
args: [--py37-plus, --keep-runtime-typing]

ci/deps/azure-37-locale_slow.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ dependencies:
88
# tools
99
- cython>=0.29.21
1010
- pytest>=5.0.1
11+
- pytest-cov
1112
- pytest-xdist>=1.21
1213
- hypothesis>=3.58.0
1314
- pytest-azurepipelines

ci/deps/azure-37-minimum_versions.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ dependencies:
77
# tools
88
- cython=0.29.21
99
- pytest=5.0.1
10+
- pytest-cov
1011
- pytest-xdist>=1.21
1112
- hypothesis>=3.58.0
1213
- pytest-azurepipelines

ci/deps/azure-37-slow.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ dependencies:
88
# tools
99
- cython>=0.29.21
1010
- pytest>=5.0.1
11+
- pytest-cov
1112
- pytest-xdist>=1.21
1213
- hypothesis>=3.58.0
1314
- pytest-azurepipelines

ci/deps/azure-37.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ dependencies:
88
# tools
99
- cython>=0.29.21
1010
- pytest>=5.0.1
11+
- pytest-cov
1112
- pytest-xdist>=1.21
1213
- hypothesis>=3.58.0
1314
- pytest-azurepipelines

ci/deps/azure-38-locale.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ dependencies:
77
# tools
88
- cython>=0.29.21
99
- pytest>=5.0.1
10+
- pytest-cov
1011
- pytest-xdist>=1.21
1112
- pytest-asyncio>=0.12.0
1213
- hypothesis>=3.58.0

ci/deps/azure-38-slow.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ dependencies:
77
# tools
88
- cython>=0.29.21
99
- pytest>=5.0.1
10+
- pytest-cov
1011
- pytest-xdist>=1.21
1112
- hypothesis>=3.58.0
1213

ci/deps/azure-38.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ dependencies:
88
# tools
99
- cython>=0.29.21
1010
- pytest>=5.0.1
11+
- pytest-cov
1112
- pytest-xdist>=1.21
1213
- hypothesis>=3.58.0
1314
- pytest-azurepipelines

ci/deps/azure-39.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ dependencies:
77
# tools
88
- cython>=0.29.21
99
- pytest>=5.0.1
10+
- pytest-cov
1011
- pytest-xdist>=1.21
1112
- hypothesis>=3.58.0
1213
- pytest-azurepipelines

0 commit comments

Comments
 (0)