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

Tests fail if notebook_shim is installed #453

Open
krassowski opened this issue May 22, 2024 · 0 comments
Open

Tests fail if notebook_shim is installed #453

krassowski opened this issue May 22, 2024 · 0 comments
Labels

Comments

@krassowski
Copy link
Member

This is more to help anyone who gets this error to resolve it than an actual bug in this repo - if you see:

    def sorted_extensions(self):
        """Dictionary with extension package names as keys
        and an ExtensionPackage objects as values.
        """
        # Sort the keys and
        keys = sorted(self.extensions.keys())
>       keys.remove("notebook_shim")
E       ValueError: list.remove(x): x not in list

site-packages/notebook_shim/nbserver.py:90: ValueError

when running tests, uninstall notebook_shim to get the tests passing.

@krassowski krassowski added the bug label May 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant