Merge pull request #233670 from SuperSandro2000/fastnumbers-high-load
python310Packages.fastnumbers: disable timing sensitive test, remove …
This commit is contained in:
commit
add80346fd
1 changed files with 4 additions and 1 deletions
|
@ -1,7 +1,6 @@
|
|||
{ lib
|
||||
, stdenv
|
||||
, buildPythonPackage
|
||||
, fastnumbers
|
||||
, fetchFromGitHub
|
||||
, hypothesis
|
||||
, numpy
|
||||
|
@ -43,6 +42,10 @@ buildPythonPackage rec {
|
|||
pytestCheckHook
|
||||
];
|
||||
|
||||
pytestFlagsArray = [
|
||||
"--hypothesis-profile=standard"
|
||||
];
|
||||
|
||||
pythonImportsCheck = [
|
||||
"fastnumbers"
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue