Skip to content

Commit 6b6647b

Browse files
committed
Merge branch 'fix-builtin-wrap' of https://github.com/julianz-/cheroot into fix-builtin-wrap
2 parents 015bfd4 + e28d855 commit 6b6647b

37 files changed

+41
-35
lines changed

.github/workflows/ci-cd.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1061,6 +1061,9 @@ jobs:
10611061
- build
10621062
- post-release-repo-update
10631063
- pre-setup # transitive, for accessing settings
1064+
if: >-
1065+
always()
1066+
&& needs.post-release-repo-update.result == 'success'
10641067
10651068
permissions:
10661069
actions: read

.pre-commit-config.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -287,6 +287,9 @@ repos:
287287
- pyOpenSSL # needed by pylint-pytest since it picks up pytest's args
288288
- pypytools
289289
- pytest-cov # needed by pylint-pytest since it picks up pytest's args
290+
- pytest-mock # needed by pylint-pytest since it picks up pytest's args
291+
- >- # needed by pylint-pytest since it picks up pytest's args
292+
pytest-rerunfailures
290293
- pytest-xdist # needed by pylint-pytest since it picks up pytest's args
291294
- requests_toolbelt
292295
- requests_unixsocket

requirements/tox-py310-cp310-darwin-arm64.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ charset-normalizer==3.4.3
1818
# via requests
1919
colorama==0.4.6
2020
# via pytest-watch
21-
coverage==7.10.6
21+
coverage==7.10.7
2222
# via
2323
# -r requirements/tox-py310-cp310-darwin-arm64.in
2424
# pytest-cov

requirements/tox-py310-cp310-darwin-x86_64.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ charset-normalizer==3.4.3
1818
# via requests
1919
colorama==0.4.6
2020
# via pytest-watch
21-
coverage==7.10.6
21+
coverage==7.10.7
2222
# via
2323
# -r requirements/tox-py310-cp310-darwin-x86_64.in
2424
# pytest-cov

requirements/tox-py310-cp310-linux-aarch64.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ charset-normalizer==3.4.3
1818
# via requests
1919
colorama==0.4.6
2020
# via pytest-watch
21-
coverage==7.10.6
21+
coverage==7.10.7
2222
# via
2323
# -r requirements/tox-py310-cp310-linux-aarch64.in
2424
# pytest-cov

requirements/tox-py310-cp310-linux-x86_64.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ charset-normalizer==3.4.3
1818
# via requests
1919
colorama==0.4.6
2020
# via pytest-watch
21-
coverage==7.10.6
21+
coverage==7.10.7
2222
# via
2323
# -r requirements/tox-py310-cp310-linux-x86_64.in
2424
# pytest-cov

requirements/tox-py310-cp310-win32-amd64.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ colorama==0.4.6
2020
# via
2121
# pytest
2222
# pytest-watch
23-
coverage==7.10.6
23+
coverage==7.10.7
2424
# via
2525
# -r requirements/tox-py310-cp310-win32-amd64.in
2626
# pytest-cov

requirements/tox-py311-cp311-darwin-arm64.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ charset-normalizer==3.4.3
1818
# via requests
1919
colorama==0.4.6
2020
# via pytest-watch
21-
coverage==7.10.6
21+
coverage==7.10.7
2222
# via
2323
# -r requirements/tox-py311-cp311-darwin-arm64.in
2424
# pytest-cov

requirements/tox-py311-cp311-darwin-x86_64.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ charset-normalizer==3.4.3
1818
# via requests
1919
colorama==0.4.6
2020
# via pytest-watch
21-
coverage==7.10.6
21+
coverage==7.10.7
2222
# via
2323
# -r requirements/tox-py311-cp311-darwin-x86_64.in
2424
# pytest-cov

requirements/tox-py311-cp311-linux-aarch64.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ charset-normalizer==3.4.3
1818
# via requests
1919
colorama==0.4.6
2020
# via pytest-watch
21-
coverage==7.10.6
21+
coverage==7.10.7
2222
# via
2323
# -r requirements/tox-py311-cp311-linux-aarch64.in
2424
# pytest-cov

0 commit comments

Comments
 (0)