Skip to content

Commit

Permalink
Try blocking pytest 8.2.0 (#785)
Browse files Browse the repository at this point in the history
* Update pyproject.toml

* Update ci.yml

* Update ci.yml

* Update ci.yml
  • Loading branch information
alex authored Apr 30, 2024
1 parent 297a915 commit 7a252dd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ jobs:
macos:
runs-on: ${{ matrix.MACOS }}
strategy:
fail-fast: false
matrix:
PYTHON:
- {VERSION: "3.7", TOXENV: "py37"}
Expand All @@ -36,7 +37,6 @@ jobs:
with:
path: |
~/Library/Caches/pip/
~/.cargo/bin/
~/.cargo/registry/cache/
~/.cargo/registry/src/
~/.cargo/git/db/
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ packages = ["bcrypt"]
readme = {file = "README.rst", content-type = "text/x-rst"}

[project.optional-dependencies]
tests = ["pytest>=3.2.1,!=3.3.0"]
tests = ["pytest>=3.2.1,!=3.3.0,!=8.2.0"]
typecheck = ["mypy"]


Expand Down

0 comments on commit 7a252dd

Please sign in to comment.