Unverified Commit 39b9c5cd authored by Emily's avatar Emily Committed by GitHub
Browse files

Merge pull request #334487 from Sigmanificient/mongoengine

python312Packages.mongoengine: drop nose dependency
parents 9c717133 4e5f0455
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