Unverified Commit add80346 authored by Sandro Jäckel's avatar Sandro Jäckel Committed by GitHub
Browse files

Merge pull request #233670 from SuperSandro2000/fastnumbers-high-load

python310Packages.fastnumbers: disable timing sensitive test, remove …
parents a565059a 222222fd
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
{ lib
, stdenv
, buildPythonPackage
, fastnumbers
, fetchFromGitHub
, hypothesis
, numpy
@@ -43,6 +42,10 @@ buildPythonPackage rec {
    pytestCheckHook
  ];

  pytestFlagsArray = [
    "--hypothesis-profile=standard"
  ];

  pythonImportsCheck = [
    "fastnumbers"
  ];