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