python312Packages.lomond: disable failing test

This commit is contained in:
Martin Weinelt 2024-02-18 05:25:49 +01:00
parent 27acc53725
commit 6987e8ce91
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

@ -47,6 +47,9 @@ buildPythonPackage rec {
# Makes HTTP requests
"test_proxy"
"test_live"
] ++ lib.optionals (pythonAtLeast "3.12") [
# https://github.com/wildfoundry/dataplicity-lomond/issues/91
"test_that_on_ping_responds_with_pong"
];
disabledTestPaths = lib.optionals (pythonAtLeast "3.10") [