mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-11 20:25:32 +03:00
python313Packages.langchain-openai: migrate to pytest-cov-stub
This commit is contained in:
parent
78b6096c0c
commit
6b460e9e9b
1 changed files with 2 additions and 5 deletions
|
@ -17,6 +17,7 @@
|
|||
lark,
|
||||
pandas,
|
||||
pytest-asyncio,
|
||||
pytest-cov-stub,
|
||||
pytestCheckHook,
|
||||
pytest-mock,
|
||||
pytest-socket,
|
||||
|
@ -43,11 +44,6 @@ buildPythonPackage rec {
|
|||
|
||||
sourceRoot = "${src.name}/libs/partners/openai";
|
||||
|
||||
preConfigure = ''
|
||||
substituteInPlace pyproject.toml \
|
||||
--replace-fail "--cov=langchain_openai" ""
|
||||
'';
|
||||
|
||||
build-system = [ pdm-backend ];
|
||||
|
||||
pythonRelaxDeps = [
|
||||
|
@ -68,6 +64,7 @@ buildPythonPackage rec {
|
|||
lark
|
||||
pandas
|
||||
pytest-asyncio
|
||||
pytest-cov-stub
|
||||
pytestCheckHook
|
||||
pytest-mock
|
||||
pytest-socket
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue