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

Add pytest version to test matrix #59

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

gerlero
Copy link
Contributor

@gerlero gerlero commented Feb 10, 2024

Closes #58

If think this creates too many CI jobs, we could choose to run the older pytest versions on just a single python version each.

@gerlero gerlero force-pushed the fix-58 branch 2 times, most recently from eb752fd to 20e9a5c Compare February 10, 2024 13:50
@gerlero
Copy link
Contributor Author

gerlero commented Feb 10, 2024

Tests are failing with pytest 7 & 8 for what I believe is an unrelated reason (I note CI used to test pytest 7.0.0 only; now it's testing the latest 6., 7. and 8.*)

@willemt
Copy link
Owner

willemt commented Feb 12, 2024

Thanks for this! Looks like there are legitimate issues with tmppath (probably caused by pytest 7.4) I need to resolve

@gerlero
Copy link
Contributor Author

gerlero commented Feb 21, 2024

I'm running into what I believe is the same issue with some projects. I've done some bisection and can say that the problem affects pytest >= 7.3.0

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.

Add pytest version in gitlab test matrix
2 participants