mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-13 21:25:30 +03:00
python313Packages.nplusone: migrate to pytest-cov-stub
This commit is contained in:
parent
c66c250f37
commit
97105f1485
1 changed files with 3 additions and 2 deletions
|
@ -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 = [
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue