mirror of
https://github.com/jupyter/docker-stacks.git
synced 2025-10-18 23:42:55 +00:00
Apply suggestions from code review
This commit is contained in:
@@ -14,8 +14,8 @@ LOGGER = logging.getLogger(__name__)
|
||||
("conda", "--version"),
|
||||
("mamba", "--version"),
|
||||
("npm", "--version"),
|
||||
("pip", "--version")
|
||||
]
|
||||
("pip", "--version"),
|
||||
],
|
||||
)
|
||||
def test_package_manager(container, package_manager, version_arg):
|
||||
"""Test the notebook start-notebook script"""
|
||||
|
Reference in New Issue
Block a user