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 tests for pytest 8 #101

Merged
merged 3 commits into from
Feb 2, 2024
Merged

Fix tests for pytest 8 #101

merged 3 commits into from
Feb 2, 2024

Conversation

RMeli
Copy link
Owner

@RMeli RMeli commented Feb 2, 2024

Fix #100. Additionally, takes care of the following pytest warning:

  /Users/romeli/mambaforge/envs/spyrmsd/lib/python3.11/site-packages/_pytest/mark/structures.py:357: PytestRemovedIn9Warning: Marks applied to fixtures have no effect
  See docs: https://docs.pytest.org/en/stable/deprecations.html#applying-a-mark-to-a-fixture-function
    store_mark(func, self.mark)

@RMeli RMeli self-assigned this Feb 2, 2024
Copy link

codecov bot commented Feb 2, 2024

Codecov Report

Merging #101 (286443d) into develop (8d3c540) will not change coverage.
The diff coverage is n/a.

Additional details and impacted files

@RMeli RMeli merged commit c65aa6d into develop Feb 2, 2024
65 checks passed
@RMeli RMeli deleted the pytest branch February 2, 2024 18:41
@RMeli RMeli mentioned this pull request Apr 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

CI failures with pytest 8
1 participant