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

Update test to work with app-model==0.2.4 #6573

Merged
merged 1 commit into from Jan 7, 2024
Merged

Conversation

Czaki
Copy link
Collaborator

@Czaki Czaki commented Jan 4, 2024

Closes pyapp-kit/app-model/issues/171

Description

The app-model 0.2.4 release broke napari test, but it looks like it does not break napari itself (manual testing).

So this PR fixes tests

@Czaki Czaki added the maintenance PR with maintance changes, label Jan 4, 2024
@Czaki Czaki added this to the 0.5.0 milestone Jan 4, 2024
@github-actions github-actions bot added the tests Something related to our tests label Jan 4, 2024
Copy link

codecov bot commented Jan 4, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (6253f42) 92.25% compared to head (7f98e99) 92.21%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #6573      +/-   ##
==========================================
- Coverage   92.25%   92.21%   -0.05%     
==========================================
  Files         603      603              
  Lines       53814    53820       +6     
==========================================
- Hits        49648    49630      -18     
- Misses       4166     4190      +24     

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

Copy link
Contributor

@brisvag brisvag left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@Czaki Czaki added the ready to merge Last chance for comments! Will be merged in ~24h label Jan 5, 2024
@Czaki Czaki merged commit 97d8a3a into napari:main Jan 7, 2024
38 checks passed
@Czaki Czaki deleted the fix_app_model branch January 7, 2024 15:45
@tlambert03
Copy link
Member

fwiw, this was a change made at the request of a napari dev: pyapp-kit/app-model#108

@brisvag brisvag removed the ready to merge Last chance for comments! Will be merged in ~24h label Jan 8, 2024
kne42 added a commit to kne42/napari that referenced this pull request Jan 11, 2024
* main:
  Fix labels mapping cache by filling it with background, not 0 (napari#6580)
  Simplify unused parameters of Quaternion functions. (napari#6424)
  Add size and ndim to LayerDataProtocol (napari#6494)
  Fix label direct mode for installation without numba (napari#6571)
  Fix test in napari_builtins to remove import from conftest (napari#6568)
  Remove `app-model!=0.2.4` from test constraints (napari#6577)
  Bump mypy version and fix errors (napari#6557)
  Update test to work with `app-model==0.2.4` (napari#6573)
  Added support for features in surface layers (napari#6515)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
maintenance PR with maintance changes, tests Something related to our tests
Projects
None yet
Development

Successfully merging this pull request may close these issues.

app-model 0.2.4 breaks napari tests
3 participants