Skip to content

Commit 0775d47

Browse files
authored
allow testing with pytest 8.2.0 (#786)
* allow testing with pytest 8.2.0 * dbg * dbg * fix? * no cache
1 parent 97d09ac commit 0775d47

File tree

2 files changed

+1
-12
lines changed

2 files changed

+1
-12
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -158,17 +158,6 @@ jobs:
158158
- uses: actions/[email protected]
159159
with:
160160
persist-credentials: false
161-
- uses: actions/[email protected]
162-
timeout-minutes: 5
163-
with:
164-
path: |
165-
~/.cache/pip/
166-
~/.cargo/bin/
167-
~/.cargo/registry/cache/
168-
~/.cargo/registry/src/
169-
~/.cargo/git/db/
170-
src/_bcrypt/target/
171-
key: ${{ runner.os }}-${{ matrix.IMAGE.IMAGE }}-cargo-${{ hashFiles('**/Cargo.lock') }}
172161
- run: /venv/bin/pip install tox
173162
- run: '/venv/bin/tox'
174163
env:

pyproject.toml

Lines changed: 1 addition & 1 deletion
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,!=8.2.0"]
50+
tests = ["pytest>=3.2.1,!=3.3.0"]
5151
typecheck = ["mypy"]
5252

5353

0 commit comments

Comments
 (0)