importlib_metadata remove deprecated entry point interfaces#1601
Merged
auvipy merged 2 commits intocelery:masterfrom Oct 9, 2022
Merged
importlib_metadata remove deprecated entry point interfaces#1601auvipy merged 2 commits intocelery:masterfrom
auvipy merged 2 commits intocelery:masterfrom
Conversation
79ac6b6 to
b998a72
Compare
b998a72 to
bee8007
Compare
bee8007 to
f93d1ff
Compare
f93d1ff to
0c60caf
Compare
Contributor
Author
|
Alternatively we could pin |
|
This resolves issue #1600 I had put up earlier |
miraculixx
added a commit
to omegaml/omegaml
that referenced
this pull request
Oct 3, 2022
- kombu relies on deprecated importlib metadata, celery/kombu#1601
miraculixx
added a commit
to omegaml/omegaml
that referenced
this pull request
Oct 4, 2022
- kombu relies on deprecated importlib metadata, celery/kombu#1601 - pass along qualifier to apphub when set
miraculixx
added a commit
to omegaml/omegaml
that referenced
this pull request
Oct 4, 2022
- kombu relies on deprecated importlib metadata, celery/kombu#1601 - pass along qualifier to apphub when set - drop nosetests
jaraco
reviewed
Oct 4, 2022
auvipy
approved these changes
Oct 9, 2022
miraculixx
added a commit
to omegaml/omegaml
that referenced
this pull request
Oct 10, 2022
- kombu relies on deprecated importlib metadata, celery/kombu#1601 - pass along qualifier to apphub when set - drop nosetests Bump version: 0.15.2-rc1 → 0.15.2-rc2 Bump version: 0.15.2-rc2 → 0.15.2-rc3 Bump version: 0.15.2-rc3 → 0.15.2-rc4
miraculixx
added a commit
to omegaml/omegaml
that referenced
this pull request
Oct 10, 2022
- kombu relies on deprecated importlib metadata, celery/kombu#1601 - pass along qualifier to apphub when set - drop nosetests Bump version: 0.15.2-rc1 → 0.15.2-rc2 Bump version: 0.15.2-rc2 → 0.15.2-rc3 Bump version: 0.15.2-rc3 → 0.15.2-rc4
This was referenced Oct 12, 2022
miraculixx
added a commit
to omegaml/omegaml
that referenced
this pull request
Oct 14, 2022
- kombu relies on deprecated importlib metadata, celery/kombu#1601 - pass along qualifier to apphub when set - drop nosetests Bump version: 0.15.2-rc1 → 0.15.2-rc2 Bump version: 0.15.2-rc2 → 0.15.2-rc3 Bump version: 0.15.2-rc3 → 0.15.2-rc4
miraculixx
added a commit
to omegaml/omegaml
that referenced
this pull request
Oct 14, 2022
- kombu relies on deprecated importlib metadata, celery/kombu#1601 - pass along qualifier to apphub when set - drop nosetests Bump version: 0.15.2-rc1 → 0.15.2-rc2 Bump version: 0.15.2-rc2 → 0.15.2-rc3 Bump version: 0.15.2-rc3 → 0.15.2-rc4
miraculixx
added a commit
to omegaml/omegaml
that referenced
this pull request
Oct 15, 2022
- kombu relies on deprecated importlib metadata, celery/kombu#1601 - pass along qualifier to apphub when set - drop nosetests Bump version: 0.15.2-rc1 → 0.15.2-rc2 Bump version: 0.15.2-rc2 → 0.15.2-rc3 Bump version: 0.15.2-rc3 → 0.15.2-rc4 allow dedicated apphub url allow dedicated apphub url runtime export: allow override action
miraculixx
added a commit
to omegaml/omegaml
that referenced
this pull request
Oct 18, 2022
- nbconvert dependency <7.0.0 is too new for some distrubtions - kombu relies on deprecated importlib metadata, celery/kombu#1601 - pass along qualifier to apphub when set - drop nosetests - update selenium dependency update livetests - adopt to jupyter nb naming - adopt to splinter api - update dependencies - enable config update from env only if enabled - enable base auth env to work for omegaml-tutorial livetest - drop 3.10 livesting for now (python-chromedriver image does not provide)
miraculixx
added a commit
to omegaml/omegaml
that referenced
this pull request
Oct 18, 2022
- nbconvert dependency <7.0.0 is too new for some distrubtions - kombu relies on deprecated importlib metadata, celery/kombu#1601 - pass along qualifier to apphub when set - drop nosetests - update selenium dependency update livetests - adopt to jupyter nb naming - adopt to splinter api - update dependencies - enable config update from env only if enabled - enable base auth env to work for omegaml-tutorial livetest - drop 3.10 livesting for now (python-chromedriver image does not provide)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closes #1600
See python/importlib_metadata#405