Unverified Commit 26225754 authored by natsukium's avatar natsukium
Browse files

python311Packages.smmap: replace nosexcover with pytest

parent 7f332bfd
Loading
Loading
Loading
Loading
+2 −5
Original line number Diff line number Diff line
@@ -3,8 +3,7 @@
  fetchPypi,
  buildPythonPackage,
  setuptools,
  nosexcover,
  pythonOlder,
  pytestCheckHook,
}:

buildPythonPackage rec {
@@ -19,9 +18,7 @@ buildPythonPackage rec {

  nativeBuildInputs = [ setuptools ];

  doCheck = pythonOlder "3.12";

  nativeCheckInputs = [ nosexcover ];
  nativeCheckInputs = [ pytestCheckHook ];

  meta = {
    description = "A pure python implementation of a sliding window memory map manager";