Skip to content

Commit

Permalink
python311Packages.cloudpathlib: test with pytest_7
Browse files Browse the repository at this point in the history
  • Loading branch information
natsukium authored and mweinelt committed Mar 12, 2024
1 parent 8593681 commit bf0578a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkgs/development/python-modules/cloudpathlib/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
, psutil
, pydantic
, pytestCheckHook
, pytest_7
, pytest-cases
, pytest-cov
, pytest-xdist
Expand Down Expand Up @@ -65,7 +66,7 @@ buildPythonPackage rec {
google-cloud-storage
psutil
pydantic
pytestCheckHook
(pytestCheckHook.override { pytest = pytest_7; })
pytest-cases
pytest-cov
pytest-xdist
Expand Down

0 comments on commit bf0578a

Please sign in to comment.