Merge pull request #315153 from r-ryantm/auto-update/python311Packages.pytest-testinfra
python311Packages.pytest-testinfra: 10.1.0 -> 10.1.1
This commit is contained in:
commit
ceb167eb02
@ -14,14 +14,14 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "pytest-testinfra";
|
||||
version = "10.1.0";
|
||||
version = "10.1.1";
|
||||
pyproject = true;
|
||||
|
||||
disabled = pythonOlder "3.9";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
hash = "sha256-93Qzm5R3Ws3zqMSjeTqOrS6N/HD/NLd4vhWquhQPoZ4=";
|
||||
hash = "sha256-qHbxRToBtY2U2dk23VA0TCwBrHiAorQdFb3yM67Zzx8=";
|
||||
};
|
||||
|
||||
build-system = [ setuptools-scm ];
|
||||
|
Loading…
Reference in New Issue
Block a user