python310Packages.quantiphy-eval: disable pythonImportsCheck

This commit is contained in:
Fabian Affolter 2022-12-29 17:00:35 +01:00 committed by GitHub
parent 2ce4af2f1c
commit 0b2353bad6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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