-
Notifications
You must be signed in to change notification settings - Fork 38
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
Django 4.2 support #59
Conversation
a67c3fc
to
226ad23
Compare
4d84980
to
0bb3ba6
Compare
tox.ini
Outdated
@@ -21,17 +21,17 @@ whitelist_externals = | |||
deps = | |||
django31: Django>=3.1,<3.2 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I guess, this line should be removed as well.
@@ -19,19 +19,17 @@ whitelist_externals = | |||
mkdir | |||
rm | |||
deps = | |||
django31: Django>=3.1,<3.2 | |||
django32: Django>=3.2,<4.0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We only need to remove django31: Django>=3.1,<3.2
.
django32
shouldn't be removed.
Am I right?
mkdir -p {toxinidir}/var/logs | ||
rm -rf {toxinidir}/var/logs/* | ||
pytest {posargs} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is it intentional?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@awais786 make this change when fixing test cases.
requirements/travis.txt
Outdated
# via edx-i18n-tools | ||
platformdirs==2.5.2 | ||
<<<<<<< HEAD |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
2 Update package version to '0.4.0'