Unverified Commit e32574d5 authored by Mauricio Collares's avatar Mauricio Collares Committed by GitHub
Browse files

python313Packages.gmpy2: try to reenable tests (#455524)

parents e6579e37 71835164
Loading
Loading
Loading
Loading
+0 −12
Original line number Diff line number Diff line
@@ -59,18 +59,6 @@ buildPythonPackage rec {
    mpmath
  ];

  disabledTests =
    lib.optionals (stdenv.hostPlatform.isLinux && stdenv.hostPlatform.isAarch64) [
      # issue with some overflow logic
      "test_mpz_to_bytes"
      "test_mpz_from_bytes"
    ]
    ++ lib.optionals stdenv.hostPlatform.isDarwin [
      # TypeError: mpq() requires numeric or string argument
      # not sure why it only fails on Darwin
      "test_mpq_from_Decimal"
    ];

  pythonImportsCheck = [ "gmpy2" ];

  passthru.tests = {