Unverified Commit 0bdf8304 authored by Stefan Frijters's avatar Stefan Frijters
Browse files

python3Packages.survey: allow check phase

parent 8d647b34
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -24,7 +24,6 @@ buildPythonPackage rec {
    setuptools-scm
  ];

  doCheck = false;
  pythonImportsCheck = [ "survey" ];

  meta = with lib; {