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
Reported by: | Nan Liu | Owned by: | nobody |
---|---|---|---|
Component: | Core (Other) | Version: | dev |
Severity: | Normal | Keywords: | |
Cc: | Triage Stage: | Unreviewed | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
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.