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

python310Packages.fastnumbers: disable timing sensitive test, remove …
This commit is contained in:
Sandro
2023-06-27 19:28:54 +02:00
committed by GitHub
@@ -1,7 +1,6 @@
{ lib
, stdenv
, buildPythonPackage
, fastnumbers
, fetchFromGitHub
, hypothesis
, numpy
@@ -43,6 +42,10 @@ buildPythonPackage rec {
pytestCheckHook
];
pytestFlagsArray = [
"--hypothesis-profile=standard"
];
pythonImportsCheck = [
"fastnumbers"
];