Skip to content

Commit

Permalink
Merge pull request #335339 from fabaff/pytrydan-bump
Browse files Browse the repository at this point in the history
python312Packages.pytrydan: 0.7.0 -> 0.8.1
  • Loading branch information
fabaff authored Aug 17, 2024
2 parents 135ea03 + d1bd491 commit a069d58
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions pkgs/development/python-modules/pytrydan/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
orjson,
poetry-core,
pytest-asyncio,
pytest-cov-stub,
pytestCheckHook,
pythonOlder,
respx,
Expand All @@ -29,10 +30,7 @@ buildPythonPackage rec {
hash = "sha256-OHC+Ul64BYCsgoFDxI1hPjBGkd/pQ0j0c9Pt5lWg1E0=";
};

postPatch = ''
substituteInPlace pyproject.toml \
--replace-fail " --cov=pytrydan --cov-report=term-missing:skip-covered" ""
'';
pythonRelaxDeps = [ "tenacity" ];

build-system = [ poetry-core ];

Expand All @@ -46,6 +44,7 @@ buildPythonPackage rec {

nativeCheckInputs = [
pytest-asyncio
pytest-cov-stub
pytestCheckHook
respx
syrupy
Expand Down

0 comments on commit a069d58

Please sign in to comment.