Skip to content
This repository has been archived by the owner on Jul 16, 2024. It is now read-only.

fix celery permission warnings in container #2

Open
BoYanZh opened this issue May 4, 2022 · 0 comments
Open

fix celery permission warnings in container #2

BoYanZh opened this issue May 4, 2022 · 0 comments
Labels
p2 Will work on this later

Comments

@BoYanZh
Copy link
Member

BoYanZh commented May 4, 2022

joj/tiger/tests/test_main.py::test_add
  /root/.venv/lib/python3.8/site-packages/celery/platforms.py:840: SecurityWarning: You're running the worker with superuser privileges: this is
  absolutely not recommended!
  
  Please specify a different user using the --uid option.
  
  User information: uid=0 euid=0 gid=0 egid=0
  
    warnings.warn(SecurityWarning(ROOT_DISCOURAGED.format(

-- Docs: https://docs.pytest.org/en/stable/warnings.html
@BoYanZh BoYanZh added the p2 Will work on this later label May 23, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
p2 Will work on this later
Projects
None yet
Development

No branches or pull requests

1 participant