python310Packages.pytest-testmon: 1.3.4 -> 1.3.5

This commit is contained in:
R. Ryantm 2022-08-27 14:03:51 +00:00
parent cef50cde2b
commit 3a1b441783

View file

@ -8,12 +8,12 @@
buildPythonPackage rec {
pname = "pytest-testmon";
version = "1.3.4";
version = "1.3.5";
disabled = pythonOlder "3.6";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-jr+uKjtm5nFYHrZpG63VNK/wO93TQJh1x4SoTxJtlw0=";
sha256 = "sha256-ncgNO76j2Z3766ojYydUoYZzRoTb2XxhR6FkKFzjyhI=";
};
propagatedBuildInputs = [ pytest coverage ];