python3Packages.pytest-testinfra: 10.1.1 -> 10.2.2

https://github.com/pytest-dev/pytest-testinfra/releases/tag/10.2.2

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2025-04-03 23:12:57 +02:00
parent 446c5e8048
commit da38a801ab
@@ -14,14 +14,14 @@
buildPythonPackage rec {
pname = "pytest-testinfra";
version = "10.1.1";
version = "10.2.2";
pyproject = true;
disabled = pythonOlder "3.9";
src = fetchPypi {
inherit pname version;
hash = "sha256-qHbxRToBtY2U2dk23VA0TCwBrHiAorQdFb3yM67Zzx8=";
hash = "sha256-U3/V64jaYYwfRhJIqiBZTPjURRLoUZsjmDfoOHXh6c0=";
};
build-system = [ setuptools-scm ];