Opened 4 years ago

Last modified 4 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.

Change History (0)

Note: See TracTickets for help on using tickets.
Back to Top