#34175: Cannot make whole test set to pass
---------------------------------------------+--------------------------
               Reporter:  gzuccarelli        |          Owner:  nobody
                   Type:  Bug                |         Status:  new
              Component:  Testing framework  |        Version:  4.1
               Severity:  Normal             |       Keywords:  unittest
           Triage Stage:  Unreviewed         |      Has patch:  0
    Needs documentation:  0                  |    Needs tests:  0
Patch needs improvement:  0                  |  Easy pickings:  0
                  UI/UX:  0                  |
---------------------------------------------+--------------------------
 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?

-- 
Ticket URL: <https://code.djangoproject.com/ticket/34175>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/010701849dad001b-dfc4eed7-077c-45b1-a0b2-0d3b5c47a723-000000%40eu-central-1.amazonses.com.

Reply via email to