-
Notifications
You must be signed in to change notification settings - Fork 51
Open
Labels
bugAn unexpected problem or unintended behaviorAn unexpected problem or unintended behavior
Description
Affiliation
OpenStar Technologies
Version(s) Affected
alpha-release-7.157-0
Platform(s)
ubuntu, ( also macOS)
Installation Method(s)
apt update
Describe the bug
removing the python/MDSplus/test directory in the CMake install breaks the current pyproject.toml use. Removing the MDSplus.test module from pyproject.toml will make it match the CMake install.
To Reproduce
Steps to reproduce the behavior:
- Go to
/usr/local/mdsplus/python - Enter
sudo python -m pip wheel --no-deps ./MDSplus - See error
Expected behavior
builds a wheel which can be used in venv installs
Additional context
Yes.. this may be I think unsupported behavior since the normal behavior is not to install the python, but python wheels have been working. I will follow this with a PR.
Metadata
Metadata
Assignees
Labels
bugAn unexpected problem or unintended behaviorAn unexpected problem or unintended behavior