Merge pull request #267745 from a-n-n-a-l-e-e/edalize_fix_build

python311Packages.edalize: disable failing tests; 0.5.0 -> 0.5.1

authored by

OTABI Tomoya and committed by
GitHub
1cddb23c 7414e9ee

+17 -2
+17 -2
pkgs/development/python-modules/edalize/default.nix
··· 13 13 14 14 buildPythonPackage rec { 15 15 pname = "edalize"; 16 - version = "0.5.0"; 16 + version = "0.5.1"; 17 17 format = "setuptools"; 18 18 19 19 disabled = pythonOlder "3.7"; ··· 22 22 owner = "olofk"; 23 23 repo = pname; 24 24 rev = "refs/tags/v${version}"; 25 - hash = "sha256-jsrJr/iuezh9/KL0PykWB1XKev4Wr5QeDh0ZWNMZSp8="; 25 + hash = "sha256-foq1CwIe86d+s7PlhLlGpnJCwrpOyr+uf5/RMLASSJU="; 26 26 }; 27 27 28 28 postPatch = '' ··· 50 50 51 51 pythonImportsCheck = [ 52 52 "edalize" 53 + ]; 54 + 55 + disabledTests = [ 56 + # disable failures related to pandas 2.1.0 apply(...,errors="ignore") 57 + # behavior change. upstream pins pandas to 2.0.3 as of 2023-10-10 58 + # https://github.com/olofk/edalize/commit/2a3db6658752f97c61048664b478ebfe65a909f8 59 + "test_picorv32_artix7_summary" 60 + "test_picorv32_artix7_resources" 61 + "test_picorv32_artix7_timing" 62 + "test_picorv32_kusp_summary" 63 + "test_picorv32_kusp_resources" 64 + "test_picorv32_kusp_timing" 65 + "test_linux_on_litex_vexriscv_arty_a7_summary" 66 + "test_linux_on_litex_vexriscv_arty_a7_resources" 67 + "test_linux_on_litex_vexriscv_arty_a7_timing" 53 68 ]; 54 69 55 70 disabledTestPaths = [