Merge pull request #233670 from SuperSandro2000/fastnumbers-high-load
python310Packages.fastnumbers: disable timing sensitive test, remove …
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
{ lib
|
||||
, stdenv
|
||||
, buildPythonPackage
|
||||
, fastnumbers
|
||||
, fetchFromGitHub
|
||||
, hypothesis
|
||||
, numpy
|
||||
@@ -43,6 +42,10 @@ buildPythonPackage rec {
|
||||
pytestCheckHook
|
||||
];
|
||||
|
||||
pytestFlagsArray = [
|
||||
"--hypothesis-profile=standard"
|
||||
];
|
||||
|
||||
pythonImportsCheck = [
|
||||
"fastnumbers"
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user