Unverified Commit 00ebdb7b authored by Martin Weinelt's avatar Martin Weinelt Committed by GitHub
Browse files

Merge pull request #219039 from dotlambda/hatch-jupyter-builder-no-hatch

python310Packages.hatch-jupyter-builder: don't depend on hatch
parents e3b8cfee cb41bc85
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -2,7 +2,6 @@
, buildPythonPackage
, fetchFromGitHub
, hatchling
, hatch
, pytest-mock
, pytestCheckHook
, tomli
@@ -26,7 +25,6 @@ buildPythonPackage rec {
  ];

  nativeCheckInputs = [
    hatch
    pytest-mock
    pytestCheckHook
    tomli