Merge pull request #309533 from eclairevoyant/scalene-fix

python312Packages.scalene: fix build

authored by Aleksana and committed by GitHub 6e80dae7 2524cd6d

-17
-17
pkgs/development/python-modules/scalene/default.nix
··· 27 hash = "sha256-B4pDLP3+56toQZyvh6+6NimCKv0cpcO0ydcqV1tJZkg="; 28 }; 29 30 - patches = [ 31 - # fix scalene_config import. remove on next update 32 - (fetchpatch { 33 - name = "scalene_config-import-fix.patch"; 34 - url = "https://github.com/plasma-umass/scalene/commit/cd437be11f600ac0925ce77efa516e6d83934200.patch"; 35 - hash = "sha256-YjFh+mu5jyIJYUQFhmGqLXhec6lgQAdj4tWxij3NkwU="; 36 - }) 37 - ]; 38 - 39 nativeBuildInputs = [ 40 cython 41 setuptools ··· 59 checkInputs = [ 60 hypothesis 61 numpy 62 - ]; 63 - 64 - disabledTestPaths = [ 65 - # remove on next update 66 - # Failing Darwin-specific tests that were subsequently removed from the source repo. 67 - "tests/test_coverup_35.py" 68 - "tests/test_coverup_42.py" 69 - "tests/test_coverup_43.py" 70 ]; 71 72 # remove scalene directory to prevent pytest import confusion
··· 27 hash = "sha256-B4pDLP3+56toQZyvh6+6NimCKv0cpcO0ydcqV1tJZkg="; 28 }; 29 30 nativeBuildInputs = [ 31 cython 32 setuptools ··· 50 checkInputs = [ 51 hypothesis 52 numpy 53 ]; 54 55 # remove scalene directory to prevent pytest import confusion