python311Packages.edalize: disable failing pandas 2.1.0 tests
pandas 2.1.0 apply(...,errors="ignore") behavior changed. upstream pins
tests to pandas 2.0.3
2a3db66587
This commit is contained in:
parent
592047fc9e
commit
bcc6b4032a
@ -52,6 +52,21 @@ buildPythonPackage rec {
|
||||
"edalize"
|
||||
];
|
||||
|
||||
disabledTests = [
|
||||
# disable failures related to pandas 2.1.0 apply(...,errors="ignore")
|
||||
# behavior change. upstream pins pandas to 2.0.3 as of 2023-10-10
|
||||
# https://github.com/olofk/edalize/commit/2a3db6658752f97c61048664b478ebfe65a909f8
|
||||
"test_picorv32_artix7_summary"
|
||||
"test_picorv32_artix7_resources"
|
||||
"test_picorv32_artix7_timing"
|
||||
"test_picorv32_kusp_summary"
|
||||
"test_picorv32_kusp_resources"
|
||||
"test_picorv32_kusp_timing"
|
||||
"test_linux_on_litex_vexriscv_arty_a7_summary"
|
||||
"test_linux_on_litex_vexriscv_arty_a7_resources"
|
||||
"test_linux_on_litex_vexriscv_arty_a7_timing"
|
||||
];
|
||||
|
||||
disabledTestPaths = [
|
||||
"tests/test_questa_formal.py"
|
||||
"tests/test_slang.py"
|
||||
|
Loading…
Reference in New Issue
Block a user