python-dts-calibration
python-dts-calibration copied to clipboard
hatch run format
I followed the Instructions from CONTRIBUTING.rst file and at some point ran the
If I run the test scripts manually, they work.
I am using Python 3.10.4 on Windows 11 and here is the full error message in a text file:
git clone [email protected]:dtscalibration/python-dts-calibration.git
cd python-dts-calibration
python3.10 -m venv .venv
source .venv/bin/activate
pip install -e .[dev]
which hatch # returns correct path
hatch run fast-test
returns no module named pluggy :/
python -m hatch run fast-test
Works. There is some environment mess going on here (for me).
I am not able to reproduce your error, but it's frustrating that hatch is making it more difficult instead of easier.