python310Packages.pytest-testmon: 1.3.3 -> 1.3.4

This commit is contained in:
R. Ryantm 2022-07-17 01:30:54 +00:00
parent 2815ff97dd
commit 5e20771aec

View file

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