mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-11 20:25:32 +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,
|
||||
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 = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue