Feanil Patel

Results 69 issues of Feanil Patel

Before this change, if you had a list of data, it would be inferred as text type. Then when we try to insert data, we would get the following error:...

Before https://github.com/openedx/edx-cookiecutters/pull/249 the xblock-cookiecutter was not running any of the standard cookiecutter tests. When we made that fix, we hand to not fix the pydocstyle check in the `tests/test_cookiecutter_xblock.py::test_quality` test....

To expand access to the Open edX platform, we'd like to have all the relevant documentation also be translated. Because the master version of documentation can be more volatile, we...

epic

This repository is a depedency of edx-platform and needs to be upgraded to Python 3.11 before the Readwood release is cut (mid-April). - [ ] Requirements are compiled with Python...

This repository is a depedency of edx-platform and needs to be upgraded to Python 3.11 before the Readwood release is cut (mid-April). - [ ] Requirements are compiled with Python...

- **build: Don't require the backports.zoneinfo package for newer python.** - **build: Run tests on python 3.11 as well as 3.8** - **build: Don't test for mongo 4.4 for the...

Multiple edx-platform Python tests fail when running on 3.11 Update those tests so that they will work correctly when we start testing on 3.11. This PR does not introduce 3.11...

### Some related PRs - [ ] https://github.com/openedx/edx-platform/pull/34196 - [ ] https://github.com/openedx/edx-platform/pull/34201 - [ ] https://github.com/openedx/edx-platform/pull/34202 - [ ] https://github.com/openedx/edx-platform/pull/34502 ```[tasklist] ### Repos that need to be testing with 3.11...

We added import linting to the edx-platform code base but there are no docs on it in [the edx-platform testing docs](https://docs.openedx.org/projects/edx-platform/en/latest/concepts/testing/testing.html). We should update those docs to include a section...

We do this explicitly in bundled.in so that we can build requirements files that could work to `pip install` on both the old (3.8) and new (3.11) versions of python....