Skip to content

Commit 9e85c7e

Browse files
authored
Merge pull request #1486 from mathbunnyru/asalikhov/fix_mamba_search
Use --quiet when mamba search to simplify output parsing
2 parents ef5e9dd + 2a552f9 commit 9e85c7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/helpers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ def available_packages(self):
116116
LOGGER.info("Grabing the list of available packages (can take a while) ...")
117117
# Keeping command line output since `mamba search --outdated --json` is way too long ...
118118
self.available = CondaPackageHelper._extract_available(
119-
self._execute_command(["mamba", "search", "--outdated"])
119+
self._execute_command(["mamba", "search", "--outdated", "--quiet"])
120120
)
121121
return self.available
122122

0 commit comments

Comments
 (0)