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

Getting error when passing --enable-coverage flag #379

Open
babinos87 opened this issue May 7, 2020 · 0 comments
Open

Getting error when passing --enable-coverage flag #379

babinos87 opened this issue May 7, 2020 · 0 comments

Comments

@babinos87
Copy link

Hi. I have tried to use this module in a Django 3 project, written on python 3.8

This command works ok:

python manage.py jenkins

but this one fails:

python manage.py jenkins --enable-coverage

with the below weird error:

Traceback (most recent call last):
  File "/home/babis/Desktop/rais/web/rais/manage.py", line 21, in <module>
    main()
  File "/home/babis/Desktop/rais/web/rais/manage.py", line 17, in main
    execute_from_command_line(sys.argv)
  File "/home/babis/.virtualenvs/webEnv38/lib/python3.8/site-packages/django/core/management/__init__.py", line 401, in execute_from_command_line
    utility.execute()
  File "/home/babis/.virtualenvs/webEnv38/lib/python3.8/site-packages/django/core/management/__init__.py", line 377, in execute
    django.setup()
  File "/home/babis/.virtualenvs/webEnv38/lib/python3.8/site-packages/django/__init__.py", line 24, in setup
    apps.populate(settings.INSTALLED_APPS)
  File "/home/babis/.virtualenvs/webEnv38/lib/python3.8/site-packages/django/apps/registry.py", line 83, in populate
    raise RuntimeError("populate() isn't reentrant")
RuntimeError: populate() isn't reentrant
Process finished with exit code 1

I have noticed that error before and it was something to do with wrong configuration with one of my apps. But here, what could that mean? Any ideas?

Is the package fully compatible with Django 3 and python 3.8?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant