-
Notifications
You must be signed in to change notification settings - Fork 168
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improve standalone executable type detection and handling (#864)
* Replace string values for standalone binary with enum * Explicitly test for micromamba * Replace is_micromamba with enum comparison * Remove circular import * Convert Path objects into str in indentify_conda_exe * Add news file * Add guard for None-type exe_version * Add missing guard for None-type exe versions * Loosen requirements for mamba help text * Add guards for None-type versions for skips * Do not use Enum * Update constructor/utils.py Co-authored-by: jaimergp <[email protected]> * Simplify logger warning logic * Skip comments in explicit env file tests --------- Co-authored-by: jaimergp <[email protected]>
- Loading branch information
1 parent
86b0514
commit d5efecb
Showing
5 changed files
with
86 additions
and
37 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
### Enhancements | ||
|
||
* Improve detection and handling of standalone executable type. (#864) | ||
|
||
### Bug fixes | ||
|
||
* <news item> | ||
|
||
### Deprecations | ||
|
||
* <news item> | ||
|
||
### Docs | ||
|
||
* <news item> | ||
|
||
### Other | ||
|
||
* <news item> |
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