Merge pull request #289267 from r-ryantm/auto-update/python311Packages.pytest-testinfra

python311Packages.pytest-testinfra: 10.0.0 -> 10.1.0
This commit is contained in:
Nick Cao 2024-02-16 10:16:00 -05:00 committed by GitHub
commit 6c482f994a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -13,12 +13,12 @@
buildPythonPackage rec {
pname = "pytest-testinfra";
version = "10.0.0";
version = "10.1.0";
format = "setuptools";
src = fetchPypi {
inherit pname version;
hash = "sha256-L7fQGFRYqbpmn/FNDdvsizkAxr3j+2+tmwlzdM5Kt30=";
hash = "sha256-93Qzm5R3Ws3zqMSjeTqOrS6N/HD/NLd4vhWquhQPoZ4=";
};
nativeBuildInputs = [