Skip to content

Commit 7a252dd

Browse files
authored
Try blocking pytest 8.2.0 (#785)
* Update pyproject.toml * Update ci.yml * Update ci.yml * Update ci.yml
1 parent 297a915 commit 7a252dd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ jobs:
1111
macos:
1212
runs-on: ${{ matrix.MACOS }}
1313
strategy:
14+
fail-fast: false
1415
matrix:
1516
PYTHON:
1617
- {VERSION: "3.7", TOXENV: "py37"}
@@ -36,7 +37,6 @@ jobs:
3637
with:
3738
path: |
3839
~/Library/Caches/pip/
39-
~/.cargo/bin/
4040
~/.cargo/registry/cache/
4141
~/.cargo/registry/src/
4242
~/.cargo/git/db/

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ packages = ["bcrypt"]
4747
readme = {file = "README.rst", content-type = "text/x-rst"}
4848

4949
[project.optional-dependencies]
50-
tests = ["pytest>=3.2.1,!=3.3.0"]
50+
tests = ["pytest>=3.2.1,!=3.3.0,!=8.2.0"]
5151
typecheck = ["mypy"]
5252

5353

0 commit comments

Comments
 (0)