python310Packages.edalize: fix build (#211601)

This commit is contained in:
GenericNerdyUsername 2023-01-20 12:08:34 +00:00 committed by GitHub
parent e3848c1ec4
commit 429c27c9d6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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"