Skip to content

Do not install Celery by default, use extra [celery] instead#172

Merged
Nusnus merged 6 commits intocelery:mainfrom
Katz-Consulting-Group:extra_celery
Jan 22, 2024
Merged

Do not install Celery by default, use extra [celery] instead#172
Nusnus merged 6 commits intocelery:mainfrom
Katz-Consulting-Group:extra_celery

Conversation

@Nusnus
Copy link
Copy Markdown
Member

@Nusnus Nusnus commented Jan 22, 2024

For testing and simple use, pip install "pytest-celery[celery]" to take the latest Celery package version.
For production environments, celery should already be installed by itself with the versioning and packages the environment uses, so pip install pytest-celery should be enough to avoid installing useless packages.

@Nusnus Nusnus added the dependencies Pull requests that update a dependency file label Jan 22, 2024
@Nusnus Nusnus added this to the Release Candidate milestone Jan 22, 2024
@Nusnus Nusnus self-assigned this Jan 22, 2024
@codecov
Copy link
Copy Markdown

codecov Bot commented Jan 22, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (2f7517c) 27.10% compared to head (8f8ece9) 27.10%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #172   +/-   ##
=======================================
  Coverage   27.10%   27.10%           
=======================================
  Files          36       36           
  Lines        1033     1033           
  Branches      206      206           
=======================================
  Hits          280      280           
  Misses        721      721           
  Partials       32       32           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@Nusnus Nusnus marked this pull request as ready for review January 22, 2024 18:59
@Nusnus Nusnus merged commit b5e23ad into celery:main Jan 22, 2024
@Nusnus Nusnus deleted the extra_celery branch January 22, 2024 19:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

No open projects

Development

Successfully merging this pull request may close these issues.

1 participant