We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 297a915 commit 7a252ddCopy full SHA for 7a252dd
.github/workflows/ci.yml
@@ -11,6 +11,7 @@ jobs:
11
macos:
12
runs-on: ${{ matrix.MACOS }}
13
strategy:
14
+ fail-fast: false
15
matrix:
16
PYTHON:
17
- {VERSION: "3.7", TOXENV: "py37"}
@@ -36,7 +37,6 @@ jobs:
36
37
with:
38
path: |
39
~/Library/Caches/pip/
- ~/.cargo/bin/
40
~/.cargo/registry/cache/
41
~/.cargo/registry/src/
42
~/.cargo/git/db/
pyproject.toml
@@ -47,7 +47,7 @@ packages = ["bcrypt"]
47
readme = {file = "README.rst", content-type = "text/x-rst"}
48
49
[project.optional-dependencies]
50
-tests = ["pytest>=3.2.1,!=3.3.0"]
+tests = ["pytest>=3.2.1,!=3.3.0,!=8.2.0"]
51
typecheck = ["mypy"]
52
53
0 commit comments