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

python310Packages.pytest-testmon: 1.3.1 -> 1.3.3
This commit is contained in:
Sandro 2022-06-02 11:56:14 +02:00 committed by GitHub
commit dfa01c7ba9
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.1";
version = "1.3.3";
disabled = pythonOlder "3.6";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-6gWWCtm/GHknhjLyRdVf42koeaSKzk5/V0173DELmj0=";
sha256 = "sha256-Csg5wIm9+ZdAQYdZozlx09rMaVz3GazeS5Z/f4jRECw=";
};
propagatedBuildInputs = [ pytest coverage ];