-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update url for fetching plugin listing from napari hub (#313)
This PR updates for a couple api changes in dependencies that are blocking #311 and #312. For the napar-hub api, the `/plugins` endpoint was removed (see [here](chanzuckerberg/napari-hub#1065)). This impacts the `get_hub_plugins()` function, and a test `test_get_hub_plugins` which fails without this change. It doesn't appear that anything actually uses these, so this PR removes them. Also [build](https://github.com/pypa/build) updated to 1.0. `IsolatedEnvBuilder` was renamed to `DefaultIsolatedEnv`. --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
- Loading branch information
1 parent
db7d7c5
commit bd0d46c
Showing
4 changed files
with
3 additions
and
17 deletions.
There are no files selected for viewing
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
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
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
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