Call for Project Ideas and Prospective Mentors for GSoC 2025

hello again @carltongibson. Sorry to disturb you again. I have setup the django clone to my local so that I can start working…
I perform all steps according to docs. When I reach to test step and run py runtests.py I get a few errors. I just wanted to ask if it is not normal to get errors in initial tests, even if I don’t make any changes.
FAILED (failures=11, skipped=1373, expected failures=5)
Failure summary:

  1. Admin Scripts Failures (3)
  • test_setup_environ
  • test_startapp_unicode_name
  • test_template
  1. 18n/Translation Failures (2)
  • test_msgfmt_error_including_non_ascii
  • test_no_write_access
  1. Migration Failures (6)
  • test_optimization
  • test_optimization_no_verbosity
  • test_squashmigrations_valid_start
  • test_makemigrations_default_merge_name
  • test_makemigrations_empty_migration
  • test_makemigrations_with_custom_name

what should I do? I spend over night to debug with ai, sometimes it becomes less and sometimes it becomes more.
please help :folded_hands:

see full details : Error/Failure in Django local clone steup