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

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