python313Packages.nplusone: migrate to pytest-cov-stub

Changed files
+3 -2
pkgs
development
python-modules
nplusone
+3 -2
pkgs/development/python-modules/nplusone/default.nix
···
peewee,
pytest-django,
pytestCheckHook,
+
pytest-cov-stub,
six,
sqlalchemy,
webtest,
···
peewee
pytest-django
pytestCheckHook
+
pytest-cov-stub
sqlalchemy
webtest
];
···
postPatch = ''
substituteInPlace pytest.ini \
-
--replace "python_paths" "pythonpath" \
-
--replace "--cov nplusone --cov-report term-missing" ""
+
--replace "python_paths" "pythonpath"
'';
disabledTests = [