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

Remove support for pytest 6.x #151

Merged
merged 1 commit into from
May 4, 2024

Conversation

delfick
Copy link
Contributor

@delfick delfick commented May 4, 2024

Pytest 7 was released over two years ago, and this repository no longer tests against pytest 6. It should be safe to assume that projects aren't relying on pytest 6 anymore.

fixes: #150

Pytest 7 was released over two years ago, and this repository no longer
tests against pytest 6. It should be safe to assume that projects aren't
relying on pytest 6 anymore.

fixes: typeddjango#150
Copy link
Member

@sobolevn sobolevn left a comment

Choose a reason for hiding this comment

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

Great find! We already have pytest >= 7.0 in setup.py:

"pytest>=7.0.0",

@sobolevn sobolevn merged commit bb643e6 into typeddjango:master May 4, 2024
21 checks passed
@delfick delfick deleted the compat/remove-pytest-6-code branch May 4, 2024 09:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

Support for older pytest
2 participants