pythonPackages.asyncio-dgram: Disable tests on darwin

This commit is contained in:
Sandro Jäckel
2021-01-10 13:18:42 +01:00
parent 445d1ee786
commit 96ba5c472c
@@ -1,4 +1,5 @@
{ lib { stdenv
, lib
, buildPythonPackage , buildPythonPackage
, fetchFromGitHub , fetchFromGitHub
, pytestCheckHook , pytestCheckHook
@@ -16,6 +17,9 @@ buildPythonPackage rec {
sha256 = "1zkmjvq47zw2fsbnzhr5mh9rsazx0z1f8m528ash25jrxsza5crm"; sha256 = "1zkmjvq47zw2fsbnzhr5mh9rsazx0z1f8m528ash25jrxsza5crm";
}; };
# OSError: AF_UNIX path too long
doCheck = !stdenv.isDarwin;
checkInputs = [ checkInputs = [
pytestCheckHook pytestCheckHook
pytest-asyncio pytest-asyncio