python3Packages.survey: allow check phase

This commit is contained in:
Stefan Frijters
2025-05-05 12:29:38 +02:00
parent 8d647b3468
commit 0bdf8304f3
@@ -24,7 +24,6 @@ buildPythonPackage rec {
setuptools-scm
];
doCheck = false;
pythonImportsCheck = [ "survey" ];
meta = with lib; {