You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#45240)
### Rationale for this change
pytest-cython 0.3.1 was releases with the fix required for our tests to pass.
### What changes are included in this PR?
Remove unnecessary dependency pinned versions.
### Are these changes tested?
Via existing CI
### Are there any user-facing changes?
No
* GitHub Issue: #45239
* GitHub Issue: #41002
Authored-by: Raúl Cumplido <[email protected]>
Signed-off-by: Raúl Cumplido <[email protected]>
Describe the bug, including details regarding any error messages, version, and platform.
In order to have green CI we have added a pin for
pytest
(issue lgpage/pytest-cython#58, see #40487) and forpytest-cython
(see #40975).Both pins (on
pytest
andpytest-cython
) can be removed withpytest-cython
0.3.*
bug fix release.This issue is created to track this work.
Component(s)
Continuous Integration, Python
The text was updated successfully, but these errors were encountered: