Skip to content

pytest==7.2.2#8106

Merged
auvipy merged 1 commit intomainfrom
pytest
Mar 4, 2023
Merged

pytest==7.2.2#8106
auvipy merged 1 commit intomainfrom
pytest

Conversation

@auvipy
Copy link
Copy Markdown
Member

@auvipy auvipy commented Mar 4, 2023

No description provided.

@codecov
Copy link
Copy Markdown

codecov bot commented Mar 4, 2023

Codecov Report

Patch coverage: 100.00% and no project coverage change

Comparison is base (3bff3f0) 87.01% compared to head (f175580) 87.02%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #8106   +/-   ##
=======================================
  Coverage   87.01%   87.02%           
=======================================
  Files         148      148           
  Lines       18442    18444    +2     
  Branches     2515     2515           
=======================================
+ Hits        16047    16050    +3     
+ Misses       2118     2116    -2     
- Partials      277      278    +1     
Flag Coverage Δ
unittests 86.99% <100.00%> (+<0.01%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
celery/result.py 96.70% <100.00%> (-0.01%) ⬇️
celery/security/certificate.py 100.00% <100.00%> (ø)
celery/utils/iso8601.py 88.00% <100.00%> (-3.31%) ⬇️
celery/utils/time.py 96.95% <100.00%> (-0.02%) ⬇️
celery/app/base.py 96.72% <0.00%> (ø)
celery/utils/deprecated.py 85.71% <0.00%> (+3.57%) ⬆️

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@auvipy auvipy marked this pull request as ready for review March 4, 2023 09:39
@auvipy auvipy added this to the 5.3 milestone Mar 4, 2023
@auvipy auvipy merged commit 7829247 into main Mar 4, 2023
max-muoto pushed a commit to max-muoto/celery that referenced this pull request Mar 4, 2023
auvipy added a commit that referenced this pull request Mar 5, 2023
* Annotate text

* fix

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* fix

* fix

* Add to pyproject

* Fix

* remove comment

* Small fix

* remove comment

* remoev unused arg

* Fix

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* fix

* fix

* build fix

* type fix

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* pytest==7.2.2 (#8106)

* Fix

* Fix

* Type checking fix

* Update celery/utils/text.py

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* Fix

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Asif Saif Uddin <auvipy@gmail.com>
max-muoto added a commit to max-muoto/celery that referenced this pull request Mar 5, 2023
* Annotate text

* fix

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* fix

* fix

* Add to pyproject

* Fix

* remove comment

* Small fix

* remove comment

* remoev unused arg

* Fix

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* fix

* fix

* build fix

* type fix

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* pytest==7.2.2 (celery#8106)

* Fix

* Fix

* Type checking fix

* Update celery/utils/text.py

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* Fix

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Asif Saif Uddin <auvipy@gmail.com>
auvipy added a commit that referenced this pull request Mar 9, 2023
* Type annotations

* small change

* unused import

* Type annotations for `celery/utils/text.py` (#8107)

* Annotate text

* fix

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* fix

* fix

* Add to pyproject

* Fix

* remove comment

* Small fix

* remove comment

* remoev unused arg

* Fix

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* fix

* fix

* build fix

* type fix

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* pytest==7.2.2 (#8106)

* Fix

* Fix

* Type checking fix

* Update celery/utils/text.py

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* Fix

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Asif Saif Uddin <auvipy@gmail.com>

* Pre-commit fix

* value error change

* Fix

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* Unit test

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* Comment fix

* Fix

* Future import

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* revert

* format fix

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* Update celery/apps/beat.py

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Asif Saif Uddin <auvipy@gmail.com>
@auvipy auvipy deleted the pytest branch June 7, 2023 07:44
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

Successfully merging this pull request may close these issues.

1 participant