python3Packages.pytest: 9.0.3 -> 9.1.1

https://github.com/pytest-dev/pytest/releases/tag/9.1.1
This commit is contained in:
Martin Weinelt
2026-07-11 23:34:00 +02:00
parent 7601ab6805
commit 2d5bca4cdf

View File

@@ -26,12 +26,12 @@
buildPythonPackage rec {
pname = "pytest";
version = "9.0.3";
version = "9.1.1";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-uGraUIr4HRnt6yE8aBsdSCRsGpHTBMbIGkJ2dMF+uRw=";
hash = "sha256-EIj73o8rSdlaVJoZVwevp6dqPOm8rcJrbXHw/9pf4xM=";
};
outputs = [