python310Packages.napari-console: add pythonImportsCheck

This commit is contained in:
Fabian Affolter
2023-02-24 16:37:41 +01:00
parent b8907ac527
commit 2652ef1e69
@@ -6,7 +6,6 @@
, ipython
, napari-plugin-engine
, pytest
, pytestCheckHook
, pythonOlder
, qtconsole
, setuptools-scm
@@ -42,9 +41,8 @@ buildPythonPackage rec {
qtconsole
];
chechInputs = [
pytestCheckHook
];
# Circular dependency: napari
doCheck = false;
pythonImportsCheck = [
"napari_console"