python311Packages.scs: enable all tests

This commit is contained in:
annalee 2024-02-01 02:17:49 +00:00
parent eec43fd660
commit de23b55767
No known key found for this signature in database

View File

@ -69,12 +69,6 @@ buildPythonPackage rec {
nativeCheckInputs = [ pytestCheckHook ];
pythonImportsCheck = [ "scs" ];
disabledTests = lib.lists.optional (stdenv.system == "x86_64-linux") [
# `test/test_scs_rand.py` hang on "x86_64-linux" (https://github.com/NixOS/nixpkgs/pull/244532#pullrequestreview-1598095858)
"test_feasible"
"test_infeasibl"
"test_unbounded"
];
meta = with lib; {
description = "Python interface for SCS: Splitting Conic Solver";