Remove usage of enum34, since we are already in python>=3.4 (#24337)
enum34 is causing problems in python3.8 tests of edx-platform because it has incompatibility with recent versions of python, the error the error happens while importing the re module in these python versions. This library is a backport of enum of python3.4 made for python<3.4, therefore is not needed anymore. edx-val was updated to remove that dependency: https://github.com/edx/edx-val/pull/245
Showing
- pavelib/prereqs.py 1 addition, 0 deletionspavelib/prereqs.py
- requirements/edx-sandbox/base.txt 0 additions, 1 deletionrequirements/edx-sandbox/base.txt
- requirements/edx/base.txt 1 addition, 2 deletionsrequirements/edx/base.txt
- requirements/edx/development.txt 1 addition, 2 deletionsrequirements/edx/development.txt
- requirements/edx/testing.txt 1 addition, 2 deletionsrequirements/edx/testing.txt
Please register or sign in to comment