python3Packages.pytest-subprocess: 1.1.0 -> 1.1.1

https://github.com/aklajnert/pytest-subprocess/blob/1.1.1/HISTORY.rst
This commit is contained in:
Robert Schütz 2021-06-18 18:33:47 +02:00
parent 410496d0f3
commit 5f5380a375

View File

@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "pytest-subprocess";
version = "1.1.0";
version = "1.1.1";
disabled = pythonOlder "3.6";
@ -18,7 +18,7 @@ buildPythonPackage rec {
owner = "aklajnert";
repo = "pytest-subprocess";
rev = version;
sha256 = "sha256-r6WNDdvZAHMG1kPtLJlCwvhbVG1gC1NEvRfta+Chxnk=";
sha256 = "sha256-o8wDZhNHGPV1BQ5Zi2kFNlWq5w0cqebaJUhUUwTK6So=";
};
buildInputs = [
@ -31,10 +31,6 @@ buildPythonPackage rec {
pygments
];
disabledTests = [
"test_multiple_wait" # https://github.com/aklajnert/pytest-subprocess/issues/36
];
meta = with lib; {
description = "A plugin to fake subprocess for pytest";
homepage = "https://github.com/aklajnert/pytest-subprocess";