-
Notifications
You must be signed in to change notification settings - Fork 195
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
Skip and optimize "Updating translations" in tools/server_tests #763
Comments
ryosuketc
added a commit
that referenced
this issue
Nov 13, 2020
ryosuketc
added a commit
that referenced
this issue
Nov 13, 2020
Following up with @gimite internally. |
Confirmed with him that this implementation and its output for the second TODO item are working as intended. Before the change
After the change:
|
This was referenced Nov 19, 2020
gimite
pushed a commit
that referenced
this issue
Nov 24, 2020
ryosuketc
added a commit
that referenced
this issue
Nov 25, 2020
This reverts commit 0af534c. --ignore option for compilemessages is supported in greater than django 3.0. https://docs.djangoproject.com/en/3.1/ref/django-admin/#cmdoption-compilemessages-ignore makemessages support --ignore even on django 1.x https://docs.djangoproject.com/en/3.1/ref/django-admin/#cmdoption-makemessages-ignore Indeed, our django version is 1.11.29, which is the last version for Python 2.x Django 1.11 is the last version to support Python 2.7. Support for Python 2.7 and Django 1.11 ends in 2020. https://docs.djangoproject.com/en/3.1/faq/install/
ryosuketc
added a commit
that referenced
this issue
Nov 26, 2020
This reverts commit 0af534c. --ignore option for compilemessages is supported in greater than django 3.0. https://docs.djangoproject.com/en/3.1/ref/django-admin/#cmdoption-compilemessages-ignore makemessages support --ignore even on django 1.x https://docs.djangoproject.com/en/3.1/ref/django-admin/#cmdoption-makemessages-ignore Indeed, our django version is 1.11.29, which is the last version for Python 2.x Django 1.11 is the last version to support Python 2.7. Support for Python 2.7 and Django 1.11 ends in 2020. https://docs.djangoproject.com/en/3.1/faq/install/
gimite
pushed a commit
that referenced
this issue
Nov 26, 2020
This reverts commit 0af534c. --ignore option for compilemessages is supported in greater than django 3.0. https://docs.djangoproject.com/en/3.1/ref/django-admin/#cmdoption-compilemessages-ignore makemessages support --ignore even on django 1.x https://docs.djangoproject.com/en/3.1/ref/django-admin/#cmdoption-makemessages-ignore Indeed, our django version is 1.11.29, which is the last version for Python 2.x Django 1.11 is the last version to support Python 2.7. Support for Python 2.7 and Django 1.11 ends in 2020. https://docs.djangoproject.com/en/3.1/faq/install/
TODO 1 was completed and merged. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
tools/server_tests
consists of two parts:pytests
)1 is not always necessary and we sometimes want to skip 1 temporarily.
As a side note, the update message looks taking much longer than before, and it looks like it is trying to update unnecessary files. We may want to fix it too. I believe we only need to update our messages, not inside app/vendors.
TODO:
tools/server_tests
might make sense in order to skip update translations.app/vendors
. for faster updates (might file a separate issue for this later).The text was updated successfully, but these errors were encountered: