python313Packages.nplusone: migrate to pytest-cov-stub

This commit is contained in:
Peder Bergebakken Sundt 2025-06-02 05:56:32 +02:00
parent c66c250f37
commit 97105f1485

View file

@ -11,6 +11,7 @@
peewee, peewee,
pytest-django, pytest-django,
pytestCheckHook, pytestCheckHook,
pytest-cov-stub,
six, six,
sqlalchemy, sqlalchemy,
webtest, webtest,
@ -41,6 +42,7 @@ buildPythonPackage rec {
peewee peewee
pytest-django pytest-django
pytestCheckHook pytestCheckHook
pytest-cov-stub
sqlalchemy sqlalchemy
webtest webtest
]; ];
@ -55,8 +57,7 @@ buildPythonPackage rec {
postPatch = '' postPatch = ''
substituteInPlace pytest.ini \ substituteInPlace pytest.ini \
--replace "python_paths" "pythonpath" \ --replace "python_paths" "pythonpath"
--replace "--cov nplusone --cov-report term-missing" ""
''; '';
disabledTests = [ disabledTests = [