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

ci: fix tests for pytest>=8.0.0 #617

Merged
merged 1 commit into from
Jan 31, 2024
Merged

ci: fix tests for pytest>=8.0.0 #617

merged 1 commit into from
Jan 31, 2024

Commits on Jan 30, 2024

  1. ci: fix tests for pytest>=8.0.0

    pytest changed its warning/exception order starting from 8.0.0 (see pytest-dev/pytest#9036).
    
    This updates our tests to fit the new spec.
    
    For kymographs, this meant explicitly passing a motion blur parameter such that we don't issue that error instead of what we are looking for.
    For the dwelltime analysis, we have to make sure we don't get any of the deprecation warnings so that we can see the warning we are testing for.
    For touchdown, we have to explicitly silence the covariance matrix is undefined error (which actually already tells us that the problem will be non-identifiable).
    JoepVanlier committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    d27b915 View commit details
    Browse the repository at this point in the history