python310Packages.edalize: fix build (#211601)
This commit is contained in:
parent
e3848c1ec4
commit
429c27c9d6
1 changed files with 2 additions and 2 deletions
|
@ -6,7 +6,6 @@
|
|||
, pandas
|
||||
, pytestCheckHook
|
||||
, which
|
||||
, verilog
|
||||
, yosys
|
||||
}:
|
||||
|
||||
|
@ -34,12 +33,13 @@ buildPythonPackage rec {
|
|||
pandas
|
||||
which
|
||||
yosys
|
||||
verilog
|
||||
];
|
||||
|
||||
pythonImportsCheck = [ "edalize" ];
|
||||
|
||||
disabledTestPaths = [
|
||||
"tests/test_questa_formal.py"
|
||||
"tests/test_slang.py"
|
||||
"tests/test_apicula.py"
|
||||
"tests/test_ascentlint.py"
|
||||
"tests/test_diamond.py"
|
||||
|
|
Loading…
Reference in a new issue