Commit 429aff60 authored by Fabian Affolter's avatar Fabian Affolter
Browse files

python310Packages.et_xmlfile: move to pytestCheckHook

parent b5f5ba93
Loading
Loading
Loading
Loading
+2 −6
Original line number Diff line number Diff line
@@ -2,7 +2,7 @@
, buildPythonPackage
, fetchPypi
, lxml
, pytest
, pytestCheckHook
, pythonOlder
}:

@@ -21,13 +21,9 @@ buildPythonPackage rec {

  nativeCheckInputs = [
    lxml
    pytest
    pytestCheckHook
  ];

  checkPhase = ''
    py.test $out
  '';

  pythonImportsCheck = [
    "et_xmlfile"
  ];