pythonPackages.pims: add import check

This commit is contained in:
Sandro Jäckel 2021-02-16 01:26:54 +01:00
parent 48752d0cfd
commit a127f69d23
No known key found for this signature in database
GPG key ID: 3AF5A43A3EECC2E5

View file

@ -23,6 +23,7 @@ buildPythonPackage rec {
# not everything packaged with pypi release
doCheck = false;
pythonImportsCheck = [ "pims" ];
meta = with lib; {
homepage = "https://github.com/soft-matter/pims";