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

removed marks from fixtures in tests #182

Merged
merged 2 commits into from
Feb 5, 2024
Merged

Conversation

Ghaithq
Copy link
Contributor

@Ghaithq Ghaithq commented Feb 5, 2024

Fixes #179 .
pytest deprecated the usage of marks with fixtures. so I removed the marks from fixtures and made sure that the marks are in the right place.

@nabobalis nabobalis added No Changelog Entry Needed Skip any changelog checks. Tests Affects tests in some measure. labels Feb 5, 2024
@nabobalis nabobalis merged commit 115f075 into sunpy:main Feb 5, 2024
17 of 19 checks passed
@nabobalis
Copy link
Contributor

Thanks for the PR @Ghaithq

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
No Changelog Entry Needed Skip any changelog checks. Tests Affects tests in some measure.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

pytest deprecated the usage of fixtures and markers which gives an error now
2 participants