Skip to content

Commit a2f149a

Browse files
germa89pyansys-ci-botCopilot
authored andcommitted
chore: migrate ansys-tools-path -> ansys-tools-common (#4307)
* chore: migrate ansys-tools-path -> ansys-tools-common Update dependency, imports, docs, links, and tests to use ansys-tools-common (ansys.tools.common.path) instead of ansys-tools-path. Add _HAS_ATC feature flag and provide a backward-compatible _HAS_ATP alias. Adjust CLI/help text, sphinx intersphinx mapping, workflow comment, and numerous test patches to reflect the new package name. * chore: adding changelog file 4307.maintenance.md [dependabot-skip] * Update src/ansys/mapdl/core/report.py Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --------- Co-authored-by: pyansys-ci-bot <92810346+pyansys-ci-bot@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 7905351 commit a2f149a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_inprocess.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ def exec_path(self) -> str:
5252

5353
self._exec_path = os.getenv("PYMAPDL_MAPDL_EXEC")
5454
if self._exec_path is None:
55-
from ansys.tools.path import get_mapdl_path
55+
from ansys.tools.common.path import get_mapdl_path
5656

5757
version: float | None = (
5858
float(os.getenv("PYMAPDL_MAPDL_VERSION", 0)) or None

0 commit comments

Comments
 (0)