Revert "For "when:" and install_environment.json: Support fully qualified hos…" (#46478)
This reverts commit 6b0011c8f1
.
It caused a major performance penalty in unit test time on macOS (about 30 minutes).
This commit is contained in:
parent
b1db22d406
commit
586360a8fe
@ -893,9 +893,8 @@ The valid variables for a ``when`` clause are:
|
|||||||
|
|
||||||
#. ``env``. The user environment (usually ``os.environ`` in Python).
|
#. ``env``. The user environment (usually ``os.environ`` in Python).
|
||||||
|
|
||||||
#. ``hostname``. The hostname of the system.
|
#. ``hostname``. The hostname of the system (if ``hostname`` is an
|
||||||
|
executable in the user's PATH).
|
||||||
#. ``full_hostname``. The fully qualified hostname of the system.
|
|
||||||
|
|
||||||
^^^^^^^^^^^^^^^^^^^^^^^^
|
^^^^^^^^^^^^^^^^^^^^^^^^
|
||||||
SpecLists as Constraints
|
SpecLists as Constraints
|
||||||
|
@ -4908,7 +4908,6 @@ def get_host_environment() -> Dict[str, Any]:
|
|||||||
"architecture": arch_spec,
|
"architecture": arch_spec,
|
||||||
"arch_str": str(arch_spec),
|
"arch_str": str(arch_spec),
|
||||||
"hostname": socket.gethostname(),
|
"hostname": socket.gethostname(),
|
||||||
"full_hostname": socket.getfqdn(),
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user