mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
python3Packages.simple-pid: disable tests on darwin
Too flaky, even on idle builders.
This commit is contained in:
parent
8cc2b52ca4
commit
b4fd9956eb
1 changed files with 3 additions and 0 deletions
|
|
@ -1,5 +1,6 @@
|
|||
{
|
||||
lib,
|
||||
stdenv,
|
||||
buildPythonPackage,
|
||||
fetchFromGitHub,
|
||||
setuptools,
|
||||
|
|
@ -26,6 +27,8 @@ buildPythonPackage (finalAttrs: {
|
|||
"simple_pid"
|
||||
];
|
||||
|
||||
doCheck = !stdenv.isDarwin;
|
||||
|
||||
nativeCheckInputs = [
|
||||
pytestCheckHook
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue