decouple the testing requirements of ansys-mapdl-core
Open
- Dominant language
- Python
- Stars
- 60
- Forks
- 32
- Avg merge
- 5h 50m
- Merged PRs (30d)
- 8
Description
The test suite relies on the installation of ansys-mapdl-core to operate properly. However, this also relies on an installation of this package, which results in a circular requirement and you end up installing the latest version of the package into your venv alongside the development version which is a recipe for confusion.
We should decouple these as suggested by Alex in https://github.com/pyansys/pymapdl-reader/pull/99
"by caching the expected results to *.npy arrays within testfiles."
Contributor guide
Assessment
This issue has not been assessed yet.