Loading pkgs/development/python-modules/pony/default.nix +8 −0 Original line number Diff line number Diff line Loading @@ -32,6 +32,14 @@ buildPythonPackage rec { disabledTests = [ # Tests are outdated "test_method" # https://github.com/ponyorm/pony/issues/704 "test_composite_param" "test_equal_json" "test_equal_list" "test_len" "test_ne" "test_nonzero" "test_query" ]; pythonImportsCheck = [ Loading Loading
pkgs/development/python-modules/pony/default.nix +8 −0 Original line number Diff line number Diff line Loading @@ -32,6 +32,14 @@ buildPythonPackage rec { disabledTests = [ # Tests are outdated "test_method" # https://github.com/ponyorm/pony/issues/704 "test_composite_param" "test_equal_json" "test_equal_list" "test_len" "test_ne" "test_nonzero" "test_query" ]; pythonImportsCheck = [ Loading