python3Packages.pytest-subprocess: 1.3.2 -> 1.4.0

https://github.com/aklajnert/pytest-subprocess/releases/tag/1.4.0
This commit is contained in:
Robert Schütz 2022-01-25 01:08:27 +00:00 committed by Jonathan Ringer
parent a04d00dd0d
commit 52a75a3031

View file

@ -6,11 +6,14 @@
, pytestCheckHook
, docutils
, pygments
, pytest-rerunfailures
, pytest-asyncio
, anyio
}:
buildPythonPackage rec {
pname = "pytest-subprocess";
version = "1.3.2";
version = "1.4.0";
disabled = pythonOlder "3.6";
@ -18,7 +21,7 @@ buildPythonPackage rec {
owner = "aklajnert";
repo = "pytest-subprocess";
rev = version;
sha256 = "sha256-auPpqoPeYxmkWTVbbKhEZI6gJGH9Pf1D9YLkuD3FaX0=";
hash = "sha256-+bsxoOsY0yf77EivImrfqxgVW0T/VnFIJXvy8X5pmEY=";
};
buildInputs = [
@ -29,6 +32,9 @@ buildPythonPackage rec {
pytestCheckHook
docutils
pygments
pytest-rerunfailures
pytest-asyncio
anyio
];
meta = with lib; {