Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix pytest8 #2808

Merged
merged 2 commits into from Jan 30, 2024
Merged

Fix pytest8 #2808

merged 2 commits into from Jan 30, 2024

Conversation

btbest
Copy link
Contributor

@btbest btbest commented Jan 29, 2024

Pytest 8 changes some deprecation warnings to become errors. This should fix them.

"$test is using nose-specific method: `setup(self)` To remove this warning, rename it to `setup_method(self)`"
@btbest btbest marked this pull request as ready for review January 29, 2024 15:11
Copy link

codecov bot commented Jan 29, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (2fb96f6) 55.77% compared to head (bd6a2d2) 55.74%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2808      +/-   ##
==========================================
- Coverage   55.77%   55.74%   -0.04%     
==========================================
  Files         530      530              
  Lines       62173    62173              
  Branches     8498     8498              
==========================================
- Hits        34680    34659      -21     
- Misses      25744    25768      +24     
+ Partials     1749     1746       -3     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@btbest btbest merged commit abf4fef into ilastik:main Jan 30, 2024
15 of 16 checks passed
@btbest btbest deleted the fix-pytest8 branch April 3, 2024 16:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants