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
commit add80346fd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,7 +1,6 @@
{ lib
, stdenv
, buildPythonPackage
, fastnumbers
, fetchFromGitHub
, hypothesis
, numpy
@ -43,6 +42,10 @@ buildPythonPackage rec {
pytestCheckHook
];
pytestFlagsArray = [
"--hypothesis-profile=standard"
];
pythonImportsCheck = [
"fastnumbers"
];