Skip to content

Commit

Permalink
python311Packages.scs: enable all tests
Browse files Browse the repository at this point in the history
  • Loading branch information
annalee committed Feb 1, 2024
1 parent eec43fd commit de23b55
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions pkgs/development/python-modules/scs/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down

0 comments on commit de23b55

Please sign in to comment.