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

python3{11,12}Packages.nose: drop (#348699)

parents 0a454ad0 9c2358e7
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -597,6 +597,9 @@
  lists by default. Backwards-compatible behavior can be enabled with
  `atomsCoercedToLists`.

- `python3Packages.nose` has been removed, as it has been deprecated and unmaintained for almost a decade and does not work on Python 3.12.
  Please switch to `pytest` or another test runner/framework.

## Other Notable Changes {#sec-release-24.11-notable-changes}

<!-- To avoid merge conflicts, consider adding your item at an arbitrary place in the list instead. -->
+0 −576

File deleted.

Preview size limit exceeded, changes collapsed.

+0 −63

File deleted.

Preview size limit exceeded, changes collapsed.

+6 −10
Original line number Diff line number Diff line
@@ -5,8 +5,7 @@
  fetchpatch2,
  setuptools,
  fissix,
  pytestCheckHook,
  nose,
  pytest,
}:

let
@@ -37,16 +36,13 @@ buildPythonPackage {

  build-system = [ setuptools ];

  dependencies = [ fissix ];

  nativeCheckInputs = [
    pytestCheckHook
    nose
  dependencies = [
    fissix
    pytest
  ];

  preCheck = ''
    export HOME=$(mktemp -d)
  '';
  # Tests depend on nose!
  doCheck = false;

  pythonImportsCheck = [ "nose2pytest.assert_tools" ];

+0 −2

File changed.

Preview size limit exceeded, changes collapsed.

Loading