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

setup: unpin pytest<8.0.0 after jsonresolver removes pin pluggy<1.0 #815

Open
GraemeWatt opened this issue Aug 1, 2024 · 0 comments
Open
Labels
complexity: low priority: low type: bug Indicates an unexpected problem or unintended behaviour

Comments

@GraemeWatt
Copy link
Member

The CI is failing for the Dependabot PR #813 (job) because the latest pytest v8.3.2 requires pluggy>=1.5, but jsonresolver (installed by invenio-records) requires pluggy<1.0. Compatibility can be ensured for now by pinning pytest<8.0.0, but this pin should be removed after inveniosoftware/jsonresolver#33 is addressed.

@GraemeWatt GraemeWatt added type: bug Indicates an unexpected problem or unintended behaviour priority: low complexity: low labels Aug 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
complexity: low priority: low type: bug Indicates an unexpected problem or unintended behaviour
Projects
Status: On Hold
Development

No branches or pull requests

1 participant