Apply suggestions from code review

This commit is contained in:
Ayaz Salikhov
2021-06-27 12:30:07 +03:00
committed by GitHub
parent a3a0a5b54b
commit 532d3734dc
5 changed files with 9 additions and 9 deletions

View File

@@ -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"""