Loading pkgs/development/python-modules/pyregion/default.nix +8 −0 Original line number Diff line number Diff line { lib , stdenv , buildPythonPackage , fetchFromGitHub , fetchpatch Loading Loading @@ -47,6 +48,13 @@ buildPythonPackage rec { nativeCheckInputs = [ pytestCheckHook pytest-astropy ]; disabledTests = lib.optional (!stdenv.hostPlatform.isDarwin) [ # Skipping 2 tests because it's failing. Domain knowledge was unavailable on decision. # Error logs: https://gist.github.com/superherointj/3f616f784014eeb2e3039b0f4037e4e9 "test_calculate_rotation_angle" "test_region" ]; # Disable automatic update of the astropy-helper module postPatch = '' substituteInPlace setup.cfg --replace "auto_use = True" "auto_use = False" Loading Loading
pkgs/development/python-modules/pyregion/default.nix +8 −0 Original line number Diff line number Diff line { lib , stdenv , buildPythonPackage , fetchFromGitHub , fetchpatch Loading Loading @@ -47,6 +48,13 @@ buildPythonPackage rec { nativeCheckInputs = [ pytestCheckHook pytest-astropy ]; disabledTests = lib.optional (!stdenv.hostPlatform.isDarwin) [ # Skipping 2 tests because it's failing. Domain knowledge was unavailable on decision. # Error logs: https://gist.github.com/superherointj/3f616f784014eeb2e3039b0f4037e4e9 "test_calculate_rotation_angle" "test_region" ]; # Disable automatic update of the astropy-helper module postPatch = '' substituteInPlace setup.cfg --replace "auto_use = True" "auto_use = False" Loading