Merge pull request #181786 from r-ryantm/auto-update/python3.10-pytest-testmon

python310Packages.pytest-testmon: 1.3.3 -> 1.3.4
This commit is contained in:
Mario Rodas 2022-07-17 19:25:20 -05:00 committed by GitHub
commit 55a105cccd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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