Skip to content

Commit 14bb8d1

Browse files
committed
Fix formatting and update the news
1 parent 56e7e42 commit 14bb8d1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

news/1090-preserve-conda-exe-filename

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
### Bug fixes
66

7-
* Resolved an issue when specifying `--conda-exe` with `micromamba` or `mamba`. The conda executable now maintain its original filename.
7+
* Resolve an issue when specifying `--conda-exe` with `micromamba` or `mamba`, ensuring that the conda executable maintains its original filename. (#1033 via #1090)
88

99
### Deprecations
1010

tests/test_examples.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -663,7 +663,7 @@ def test_macos_signing(tmp_path, self_signed_application_certificate_macos):
663663
# including binary archives like the PlugIns file
664664
cmd = ["pkgutil", "--expand-full", installer, expanded_path]
665665
_execute(cmd)
666-
conda_exe_name = 'micromamba' if _is_micromamba(CONSTRUCTOR_CONDA_EXE) else 'conda.exe'
666+
conda_exe_name = "micromamba" if _is_micromamba(CONSTRUCTOR_CONDA_EXE) else "conda.exe"
667667
components = [
668668
Path(expanded_path, "prepare_installation.pkg", "Payload", "osx-pkg-test", conda_exe_name),
669669
Path(expanded_path, "Plugins", "ExtraPage.bundle"),

0 commit comments

Comments
 (0)