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

Remove dependency to case #364

Merged
merged 1 commit into from Sep 15, 2021
Merged

Remove dependency to case #364

merged 1 commit into from Sep 15, 2021

Conversation

matusvalo
Copy link
Member

Removes dependency to case library. Fixes #363.

@matusvalo matusvalo marked this pull request as draft September 15, 2021 10:43

sentinel = object()

class _patching(object):
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

what object is this?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It is used as default value in methods of _patching class. BTW it is just copy-and-paste from Case library...

@matusvalo
Copy link
Member Author

CI is failing due missing .pre-commit-config.yaml file. It is not related to this PR.

@matusvalo matusvalo marked this pull request as ready for review September 15, 2021 14:37
@auvipy auvipy merged commit fa4c4bb into celery:master Sep 15, 2021
@matusvalo matusvalo deleted the case_removal branch September 15, 2021 15:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5.0.6: test suite is using case which uses nose (which is outdated)
2 participants