pythonPackages.spyder_3: add import check

This commit is contained in:
Sandro Jäckel 2021-02-16 07:39:58 +01:00
parent 16e2bb1636
commit 881f39f0dc
No known key found for this signature in database
GPG key ID: 3AF5A43A3EECC2E5

View file

@ -31,6 +31,8 @@ buildPythonPackage rec {
substituteInPlace setup.py --replace "pyqt5<5.13" "pyqt5"
'';
pythonImportsCheck = [ "spyder" ];
meta = with lib; {
description = "Library providing a scientific python development environment";
longDescription = ''