-
-
Notifications
You must be signed in to change notification settings - Fork 938
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
importlib_metadata remove deprecated entry point interfaces #1601
Merged
auvipy
merged 2 commits into
celery:master
from
woutdenolf:importlib_metadata_api_change
Oct 9, 2022
Merged
importlib_metadata remove deprecated entry point interfaces #1601
auvipy
merged 2 commits into
celery:master
from
woutdenolf:importlib_metadata_api_change
Oct 9, 2022
Conversation
This file contains 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
woutdenolf
force-pushed
the
importlib_metadata_api_change
branch
from
October 3, 2022 10:01
79ac6b6
to
b998a72
Compare
woutdenolf
force-pushed
the
importlib_metadata_api_change
branch
from
October 3, 2022 10:16
b998a72
to
bee8007
Compare
woutdenolf
force-pushed
the
importlib_metadata_api_change
branch
from
October 3, 2022 10:34
bee8007
to
f93d1ff
Compare
woutdenolf
force-pushed
the
importlib_metadata_api_change
branch
from
October 3, 2022 10:37
f93d1ff
to
0c60caf
Compare
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
woutdenolf
changed the title
importlib_metadata removed deprecated entry point interfaces
importlib_metadata remove deprecated entry point interfaces
Oct 9, 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)
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