Skip to content

Commit

Permalink
allow testing with pytest 8.2.0 (#786)
Browse files Browse the repository at this point in the history
* allow testing with pytest 8.2.0

* dbg

* dbg

* fix?

* no cache
  • Loading branch information
alex authored May 4, 2024
1 parent 97d09ac commit 0775d47
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 12 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -158,17 +158,6 @@ jobs:
- uses: actions/[email protected]
with:
persist-credentials: false
- uses: actions/[email protected]
timeout-minutes: 5
with:
path: |
~/.cache/pip/
~/.cargo/bin/
~/.cargo/registry/cache/
~/.cargo/registry/src/
~/.cargo/git/db/
src/_bcrypt/target/
key: ${{ runner.os }}-${{ matrix.IMAGE.IMAGE }}-cargo-${{ hashFiles('**/Cargo.lock') }}
- run: /venv/bin/pip install tox
- run: '/venv/bin/tox'
env:
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,!=8.2.0"]
tests = ["pytest>=3.2.1,!=3.3.0"]
typecheck = ["mypy"]


Expand Down

0 comments on commit 0775d47

Please sign in to comment.