Loading pkgs/development/python-modules/beziers/default.nix +16 −6 Original line number Diff line number Diff line { lib, stdenv, buildPythonPackage, fetchFromGitHub, dotmap, matplotlib, pyclipper, pytestCheckHook, pythonImportsCheckHook, setuptools, unittestCheckHook, gitUpdater, }: Loading @@ -26,17 +28,25 @@ buildPythonPackage rec { dependencies = [ pyclipper ]; preCheck = '' # silence matplotlib warning export MPLCONFIGDIR=$(mktemp -d) ''; nativeCheckInputs = [ dotmap matplotlib unittestCheckHook pytestCheckHook pythonImportsCheckHook ]; unittestFlagsArray = [ "-s" "test" "-v" disabledTests = lib.optionals stdenv.isDarwin [ # Fails on macOS with Trace/BPT trap: 5 - something to do with recursion depth "test_cubic_cubic" ]; pythonImportsCheckFlags = [ "beziers" ]; passthru.updateScript = gitUpdater { rev-prefix = "v"; }; meta = { Loading Loading
pkgs/development/python-modules/beziers/default.nix +16 −6 Original line number Diff line number Diff line { lib, stdenv, buildPythonPackage, fetchFromGitHub, dotmap, matplotlib, pyclipper, pytestCheckHook, pythonImportsCheckHook, setuptools, unittestCheckHook, gitUpdater, }: Loading @@ -26,17 +28,25 @@ buildPythonPackage rec { dependencies = [ pyclipper ]; preCheck = '' # silence matplotlib warning export MPLCONFIGDIR=$(mktemp -d) ''; nativeCheckInputs = [ dotmap matplotlib unittestCheckHook pytestCheckHook pythonImportsCheckHook ]; unittestFlagsArray = [ "-s" "test" "-v" disabledTests = lib.optionals stdenv.isDarwin [ # Fails on macOS with Trace/BPT trap: 5 - something to do with recursion depth "test_cubic_cubic" ]; pythonImportsCheckFlags = [ "beziers" ]; passthru.updateScript = gitUpdater { rev-prefix = "v"; }; meta = { Loading