python310Packages.quantiphy-eval: fix typo

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

View file

@ -33,7 +33,7 @@ buildPythonPackage rec {
# tests require quantiphy import
doCheck = false;
# Also affeted by the circular dependency on quantiphy
# Also affected by the circular dependency on quantiphy
# pythonImportsCheck = [
# "quantiphy_eval"
# ];