python3Package.pystiebeleltron: disable failing tests
These tests have not been ported to a modern pymodbus version yet.
This commit is contained in:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user