Merge pull request #219039 from dotlambda/hatch-jupyter-builder-no-hatch
python310Packages.hatch-jupyter-builder: don't depend on hatch
This commit is contained in:
commit
00ebdb7b9c
1 changed files with 0 additions and 2 deletions
|
@ -2,7 +2,6 @@
|
|||
, buildPythonPackage
|
||||
, fetchFromGitHub
|
||||
, hatchling
|
||||
, hatch
|
||||
, pytest-mock
|
||||
, pytestCheckHook
|
||||
, tomli
|
||||
|
@ -26,7 +25,6 @@ buildPythonPackage rec {
|
|||
];
|
||||
|
||||
nativeCheckInputs = [
|
||||
hatch
|
||||
pytest-mock
|
||||
pytestCheckHook
|
||||
tomli
|
||||
|
|
Loading…
Reference in a new issue