File tree Expand file tree Collapse file tree 2 files changed +1
-12
lines changed
Expand file tree Collapse file tree 2 files changed +1
-12
lines changed Original file line number Diff line number Diff line change @@ -158,17 +158,6 @@ jobs:
158158 - uses : actions/checkout@v3.6.0
159159 with :
160160 persist-credentials : false
161- - uses : actions/cache@v4.0.2
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 :
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ packages = ["bcrypt"]
4747readme = {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" ]
5151typecheck = [" mypy" ]
5252
5353
You can’t perform that action at this time.
0 commit comments