python3Packages.pydal: fix Darwin build (#408615)
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
{
|
||||
lib,
|
||||
stdenv,
|
||||
buildPythonPackage,
|
||||
fetchPypi,
|
||||
pytestCheckHook,
|
||||
@@ -42,6 +43,11 @@ buildPythonPackage rec {
|
||||
"--deselect=tests/validators.py::TestValidators::test_IS_IN_DB"
|
||||
];
|
||||
|
||||
disabledTests = lib.optionals stdenv.hostPlatform.isDarwin [
|
||||
# socket.gaierror: [Errno 8] nodename nor servname provided, or not known
|
||||
"test_scheduler"
|
||||
];
|
||||
|
||||
pythonImportsCheck = [ "pydal" ];
|
||||
|
||||
meta = with lib; {
|
||||
|
||||
Reference in New Issue
Block a user