modflowpy / pymake

Python package for compiling MODFLOW-based applications
https://mfpymake.readthedocs.io/
Other
54 stars 35 forks source link

chore(dependencies): restrict yanked pytest version 8.1.0 #165

Closed wpbonelli closed 7 months ago

wpbonelli commented 7 months ago

https://github.com/pytest-dev/pytest/releases/tag/8.1.0 broke some plugins and was yanked

codecov[bot] commented 7 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 71.525%. Comparing base (4b1563d) to head (684a418).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## develop #165 +/- ## ============================================== - Coverage 81.764% 71.525% -10.239% ============================================== Files 20 20 Lines 3526 3526 ============================================== - Hits 2883 2522 -361 - Misses 643 1004 +361 ``` [see 8 files with indirect coverage changes](https://app.codecov.io/gh/modflowpy/pymake/pull/165/indirect-changes?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=modflowpy)
wpbonelli commented 7 months ago

making a new release of setup-fortran action shortly then this should pass

update: it didn't pass