Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Django testing - infinite progress in case of a discovery failure #24001

Closed
lszomoru opened this issue Aug 27, 2024 · 1 comment · Fixed by #24019
Closed

Django testing - infinite progress in case of a discovery failure #24001

lszomoru opened this issue Aug 27, 2024 · 1 comment · Fixed by #24019
Assignees
Labels
triage-needed Needs assignment to the proper sub-team

Comments

@lszomoru
Copy link
Member

lszomoru commented Aug 27, 2024

Testing #23984

2024-08-27 15:29:34.786 [info] Running Django tests with command: ['/Users/lszomoru/Source/other/django/my_django_project/.venv/bin/python', 'manange.py', 'test', '--testrunner=django_test_runner.CustomDiscoveryTestRunner']

2024-08-27 15:29:34.803 [error] /Users/lszomoru/Source/other/django/my_django_project/.venv/bin/python: can't open file '/Users/lszomoru/Source/other/django/my_django_project/manange.py': [Errno 2] No such file or directory

Django test discovery process exited with non-zero error code See stderr above for more details.

The test explorer continues to show progress, and no error message is displayed
Image

@github-actions github-actions bot added the triage-needed Needs assignment to the proper sub-team label Aug 27, 2024
@eleanorjboyd
Copy link
Member

Thank you! Will investigate

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
triage-needed Needs assignment to the proper sub-team
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants