python310Packages.pytest-testmon: 1.3.3 -> 1.3.4
This commit is contained in:
parent
2815ff97dd
commit
5e20771aec
1 changed files with 2 additions and 2 deletions
|
@ -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 ];
|
||||
|
|
Loading…
Reference in a new issue