Skip to content

Commit

Permalink
chore(dependencies): restrict yanked pytest version 8.1.0 (MODFLOW-US…
Browse files Browse the repository at this point in the history
…GS#143)

* pytest 8.1.0 broke some plugins and was yanked
* https://github.com/pytest-dev/pytest/releases/tag/8.1.0
* always install examples dependencies in ci (need flopy)
  • Loading branch information
wpbonelli authored Mar 5, 2024
1 parent 827b5ec commit 9403562
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,6 @@ jobs:
key: modflow6-examples-${{ hashFiles('modflow6-examples/data/**') }}

- name: Install extra Python packages
if: steps.cache-examples.outputs.cache-hit != 'true'
working-directory: modflow6-examples/etc
run: |
pip install -r requirements.pip.txt
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ test = [
"meson!=0.63.0",
"ninja",
"numpy",
"pytest",
"pytest!=8.1.0",
"pytest-cov",
"pytest-dotenv",
"pytest-xdist",
Expand Down

0 comments on commit 9403562

Please sign in to comment.