Awais Qureshi
Awais Qureshi
Did not find any useful information on the Cybersource.
@aht007 ^^
@macdiesel we will check `sed -i` and also this PR is not for merging now. It's a package and it will upgrade after platform upgraded to django42.
@qasimgulzar for safe side you can split this PR into two parts. In first part remove the code and in 2nd PR remove the package.
@macdiesel any idea about boto usage in this repo ?
``` Applying basket.0016_alter_lineattribute_value... OK ``` This migration executed.
``` File "/edx/app/ecommerce/venvs/ecommerce/lib/python3.8/site-packages/django/db/utils.py", line 90, in __exit__ raise dj_exc_value.with_traceback(traceback) from exc_value File "/edx/app/ecommerce/venvs/ecommerce/lib/python3.8/site-packages/django/db/backends/utils.py", line 84, in _execute return self.cursor.execute(sql, params) File "/edx/app/ecommerce/venvs/ecommerce/lib/python3.8/site-packages/django/db/backends/mysql/base.py", line 73, in execute return self.cursor.execute(query, args) File...
It seems like makemigrations command needs to run on this branch ```` Migrations for 'basket': ecommerce/extensions/basket/migrations/0017_line_tax_code.py - Add field tax_code to line Migrations for 'offer': ecommerce/extensions/offer/migrations/0056_auto_20231211_1225.py - Add field upload_type...
After running makemigration and migrate following migration rans. ``` Applying basket.0017_line_tax_code... OK Applying offer.0056_auto_20231211_1225... OK Applying order.0028_auto_20231211_1225... OK ```
So failures are coming due to `3.11.9`, on [`3.11.7`, `3.11.8`] these tests are working fine. I am trying to findout the root cause. https://github.com/python/cpython/commit/f97f25ef5dfcdfec0d9a359fd970abd139cf3428 I found the root cause. https://github.com/django/django/pull/17979#issuecomment-2061194558