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

Compatibility with pytest-dev #168

Merged
merged 1 commit into from
Nov 15, 2021
Merged

Conversation

saimn
Copy link
Contributor

@saimn saimn commented Nov 15, 2021

No description provided.

@saimn saimn added this to the 0.12.0 milestone Nov 15, 2021
@saimn saimn requested a review from pllim November 15, 2021 17:18
PYTEST_GE_6_3 = _pytest_version.is_devrelease or _pytest_version >= Version('6.3')
PYTEST_GT_6_3 = _pytest_version.is_devrelease or _pytest_version > Version('6.3')
PYTEST_GE_7_0 = _pytest_version.is_devrelease or _pytest_version >= Version('7.0')
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It seems 7.0 will be the next version and there will not be a 6.3 release, but we can cleanup this later.

Copy link
Contributor

@pllim pllim left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If the CI pass, LGTM. Thanks!

@pllim pllim merged commit f40161f into scientific-python:main Nov 15, 2021
@saimn saimn deleted the fix-pytestdev branch November 15, 2021 20:18
@bsipocz bsipocz modified the milestones: 0.12.0, 0.11.1 Jun 8, 2023
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.

3 participants