mirror of
https://github.com/saltstack/salt.git
synced 2025-04-10 06:41:40 +00:00
Add changelog for #66932
Some checks are pending
CI / Prepare Workflow Run (push) Waiting to run
CI / Pre-Commit (push) Blocked by required conditions
CI / Lint (push) Blocked by required conditions
CI / NSIS Tests (push) Blocked by required conditions
CI / Prepare Release: (push) Blocked by required conditions
CI / Documentation (push) Blocked by required conditions
CI / Build Source Tarball (push) Blocked by required conditions
CI / Build Salt Onedir (push) Blocked by required conditions
CI / Build Packages (push) Blocked by required conditions
CI / CI Deps (push) Blocked by required conditions
CI / Test Package (push) Blocked by required conditions
CI / Test Salt (push) Blocked by required conditions
CI / Combine Code Coverage (push) Blocked by required conditions
CI / Set the Pipeline Exit Status (push) Blocked by required conditions
Some checks are pending
CI / Prepare Workflow Run (push) Waiting to run
CI / Pre-Commit (push) Blocked by required conditions
CI / Lint (push) Blocked by required conditions
CI / NSIS Tests (push) Blocked by required conditions
CI / Prepare Release: (push) Blocked by required conditions
CI / Documentation (push) Blocked by required conditions
CI / Build Source Tarball (push) Blocked by required conditions
CI / Build Salt Onedir (push) Blocked by required conditions
CI / Build Packages (push) Blocked by required conditions
CI / CI Deps (push) Blocked by required conditions
CI / Test Package (push) Blocked by required conditions
CI / Test Salt (push) Blocked by required conditions
CI / Combine Code Coverage (push) Blocked by required conditions
CI / Set the Pipeline Exit Status (push) Blocked by required conditions
This commit is contained in:
parent
97ea9a11fb
commit
16064410f9
2 changed files with 1 additions and 1 deletions
1
changelog/66932.fixed.md
Normal file
1
changelog/66932.fixed.md
Normal file
|
@ -0,0 +1 @@
|
|||
Ensure minion start event coroutines are run
|
|
@ -803,7 +803,6 @@ def salt_factories_default_root_dir(salt_factories_default_root_dir):
|
|||
dictionary, then that's the value used, and not the one returned by
|
||||
this fixture.
|
||||
"""
|
||||
print(f"WTF {salt_factories_default_root_dir}")
|
||||
if os.environ.get("CI") and pytestskipmarkers.utils.platform.is_windows():
|
||||
tempdir = pathlib.Path(
|
||||
os.environ.get("RUNNER_TEMP", r"C:\Windows\Temp")
|
||||
|
|
Loading…
Add table
Reference in a new issue