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

Update Django testing. #258

Merged
merged 2 commits into from
Jan 19, 2022
Merged

Update Django testing. #258

merged 2 commits into from
Jan 19, 2022

Conversation

felixxm
Copy link
Contributor

@felixxm felixxm commented Oct 19, 2021

No description provided.

Comment on lines +21 to +22
djangolts,pytest: django>=3.2.0,<4.0.0
djangocurr: django>=4.0a1,<4.1.0
Copy link
Contributor

Choose a reason for hiding this comment

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

I suggest to use ~ notation and use 3.2.9 that add support for python3.10:

Suggested change
djangolts,pytest: django>=3.2.0,<4.0.0
djangocurr: django>=4.0a1,<4.1.0
djangolts,pytest: django~=3.2.9
djangocurr: django>=4.0rc1,<4.1.0

@dnozay dnozay merged commit 522ef16 into xmlrunner:master Jan 19, 2022
@felixxm felixxm deleted the tests-engine branch January 19, 2022 15:32
@felixxm
Copy link
Contributor Author

felixxm commented Jan 19, 2022

🥳

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.

4 participants