#34175 closed Bug (invalid)

Cannot make whole test set to pass

Reported by: gzuccarelli Owned by: nobody
Component: Testing framework Version: 4.1
Severity: Normal Keywords: unittest
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 tried with two ubi8 base images, the python38 one and the python39 one. Both with same results:

git clone --branch stable/4.1.x --depth 1 https://github.com/django/django.git

cd ./django
python -m venv ~/.virtualenvs/djangodev
source ~/.virtualenvs/djangodev/bin/activate

python -m pip install -e .
cd tests
python -m pip install -r requirements/py3.txt

./runtests.py

FAILED (failures=3, skipped=1187, expected failures=5)

You can see the errors report here: https://pastebin.com/GmnfHQ7e

What should I do to make all the tests pass?

Change History (1)

comment:1 by Mariusz Felisiak, 17 months ago

Resolution: invalid
Status: newclosed

Hi, please don't use Trac as a support channel. Use one of these to debug your issue and eventually provide details about why and where Django is at fault, thanks.

Closing per TicketClosingReasons/UseSupportChannels.

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