Commit 4e5f0455 authored by Sigmanificient's avatar Sigmanificient
Browse files

python312Packages.mongoengine: drop nose dependency

See changelog of 0.19.0:
> "Switch from nosetest to pytest as test runner #2114"
parent f97145f8
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -6,7 +6,7 @@
  isPy27,
  six,
  blinker,
  nose,
  pytestCheckHook,
  pillow,
  coverage,
}:
@@ -30,7 +30,7 @@ buildPythonPackage rec {
  ];

  nativeCheckInputs = [
    nose
    pytestCheckHook
    pillow
    coverage
    blinker