python310Packages.quantiphy-eval: disable pythonImportsCheck
This commit is contained in:
parent
2ce4af2f1c
commit
0b2353bad6
@ -33,9 +33,10 @@ buildPythonPackage rec {
|
||||
# tests require quantiphy import
|
||||
doCheck = false;
|
||||
|
||||
pythonImportsCheck = [
|
||||
"quantiphy_eval"
|
||||
];
|
||||
# Also affeted by the circular dependency on quantiphy
|
||||
# pythonImportsCheck = [
|
||||
# "quantiphy_eval"
|
||||
# ];
|
||||
|
||||
meta = with lib; {
|
||||
description = "QuantiPhy support for evals in-line";
|
||||
|
Loading…
Reference in New Issue
Block a user