Skip to content

Commit

Permalink
Fix tests with Pytest 8 (zarr-developers#1714)
Browse files Browse the repository at this point in the history
* Bump pytest version

* Use editable install when testing

---------

Co-authored-by: Sanket Verma <svsanketverma5@gmail.com>
  • Loading branch information
dstansby and MSanKeys963 committed Apr 3, 2024
1 parent aa9a0d5 commit d0fb875
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
python -m pip install --upgrade pip
python -m pip install -U pip setuptools wheel line_profiler
python -m pip install -rrequirements_dev_minimal.txt numpy${{matrix.numpy_version}} -rrequirements_dev_optional.txt pymongo redis
python -m pip install .
python -m pip install -e .
python -m pip freeze
- name: Tests
shell: "bash -l {0}"
Expand Down
2 changes: 1 addition & 1 deletion requirements_dev_minimal.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ numcodecs==0.12.1
msgpack-python==0.5.6
setuptools-scm==8.0.4
# test requirements
pytest==7.4.4
pytest==8.1.1

0 comments on commit d0fb875

Please sign in to comment.