Unverified Commit 4f083f72 authored by Ethan Carter Edwards's avatar Ethan Carter Edwards
Browse files

python3Packages.pygeocodio: fix darwin build for ZHF



Disabled a test that was failing on Darwin due to threading issues.

Signed-off-by: default avatarEthan Carter Edwards <ethan@ethancedwards.com>
parent 374b5fab
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
{
  lib,
  stdenv,
  buildPythonPackage,
  fetchFromGitHub,
  setuptools,
@@ -31,6 +32,10 @@ buildPythonPackage rec {

  pythonImportsCheck = [ "geocodio" ];

  disabledTests = lib.optionals stdenv.hostPlatform.isDarwin [
    "test_timeout"
  ];

  nativeCheckInputs = [
    pytestCheckHook
  ];