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 running pytest in github and locally with pytest 8.0.0 #69

Merged
merged 1 commit into from
Feb 2, 2024

Conversation

mjmader
Copy link
Collaborator

@mjmader mjmader commented Feb 2, 2024

pytest released v8.0.0 which introduced some breaking changes.
Running python -m pytest instead of just pytest works around the issue this introduced, but long term we should probably think about a better global structure, see pytest docs and https://blog.ionelmc.ro/2014/05/25/python-packaging/#the-structure%3E

@mjmader mjmader force-pushed the fix/pytest-8-upgrade branch from b335381 to 24d47d3 Compare February 2, 2024 12:45
@stefanpernpaintner stefanpernpaintner merged commit 787310c into main Feb 2, 2024
1 check passed
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.

2 participants