python3Package.pystiebeleltron: disable failing tests

These tests have not been ported to a modern pymodbus version yet.
This commit is contained in:
Martin Weinelt
2026-07-05 17:34:33 +02:00
parent 64d17fbb7d
commit 8ec2af787e
@@ -31,6 +31,11 @@ buildPythonPackage rec {
pytest-mock
];
disabledTestPaths = [
# mock server is not compatible with pymodbus 3.13
"test/test_pystiebeleltron.py"
];
pythonImportsCheck = [ "pystiebeleltron" ];
meta = {