Merge pull request #332720 from dotlambda/python3Packages.pytest-subprocess

python312Packages.pytest-subprocess: 1.5.0 -> 1.5.2
This commit is contained in:
Robert Schütz 2024-08-19 13:07:53 -07:00 committed by GitHub
commit 7a315e572e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -15,7 +15,7 @@
buildPythonPackage rec {
pname = "pytest-subprocess";
version = "1.5.0";
version = "1.5.2";
pyproject = true;
disabled = pythonOlder "3.6";
@ -24,10 +24,10 @@ buildPythonPackage rec {
owner = "aklajnert";
repo = "pytest-subprocess";
rev = "refs/tags/${version}";
hash = "sha256-u9d9RhbikOyknMWs18j2efYJb9YdHsQrp31LfcbudoA=";
hash = "sha256-wEPIRWEwAiHSpcu9FMtkpAxqz64csT9AO27NDax3zNY=";
};
nativeBuildInputs = [ setuptools ];
build-system = [ setuptools ];
buildInputs = [ pytest ];