Commit 428d7f7a authored by Emily's avatar Emily
Browse files

python3{11,12}Packages.nose2pytest: add pytest dependency

parent e032e7ed
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -5,6 +5,7 @@
  fetchpatch2,
  setuptools,
  fissix,
  pytest,
  pytestCheckHook,
  nose,
}:
@@ -37,7 +38,10 @@ buildPythonPackage {

  build-system = [ setuptools ];

  dependencies = [ fissix ];
  dependencies = [
    fissix
    pytest
  ];

  nativeCheckInputs = [
    pytestCheckHook