python311Packages.pytest: 7.4.4 -> 8.0.2

https://github.com/pytest-dev/pytest/releases/tag/8.0.2
This commit is contained in:
Martin Weinelt
2024-03-12 04:30:05 +01:00
parent 7005420d72
commit 92c34d0103
@@ -29,12 +29,12 @@
buildPythonPackage rec {
pname = "pytest";
version = "7.4.4";
version = "8.0.2";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-LPAAWSLGrOSj4uyLQIDrDZdT/ckxB0FTMvUM6eeZQoA=";
hash = "sha256-1AUdYjouC35RlgupYxk7Cc5trrl1mkUYRKIeTd7fwb0=";
};
outputs = [