Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix incorrect PYTHONPATH during tests (#38)
Fixes running tests: ImportError while loading conftest '/home/dw/projects/modbus/modbus-proxy/tests/conftest.py'. tests/conftest.py:5: in <module> from modbus_proxy import ModBus E ModuleNotFoundError: No module named 'modbus_proxy' py312: exit 4 (0.52 seconds) /home/dw/projects/modbus/modbus-proxy> pytest --basetemp=/home/dw/projects/modbus/modbus-proxy/.tox/py312/tmp pid=95087 py312: FAIL code 4 (0.53 seconds) evaluation failed :( (0.65 seconds) Signed-off-by: Damian Wrobel <dwrobel@ertelnet.rybnik.pl>
- Loading branch information