Opened 5 years ago
Last modified 5 years ago
#31421 closed Bug
running test suites hang on mac OX Catalina 10.15.2 — at Initial Version
Description ¶
i was basically doing "contributing tutorial", and after I have done following:
git clone --depth 1 https://github.com/YourGitHubName/django.git
python -m pip install -e /path/to/your/local/clone/django/
python -m pip install -r requirements/py3.txt
./runtests.py
After I commnad+ c, it shows "Ran 13583 tests in 275.918s", which may indicate the position where it starts hanging.
python version is 3.7.3.
Note:
See TracTickets
for help on using tickets.