Revert "python: pytest-testmon: 1.0.2 -> 1.0.3"

This reverts commit eea0a99233.
This commit is contained in:
Jonathan Ringer 2020-08-16 20:40:22 -07:00
parent 84ec639467
commit 9f1bd6f2b2
No known key found for this signature in database
GPG Key ID: 5C841D3CFDFEC4E0

View File

@ -7,11 +7,11 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "pytest-testmon"; pname = "pytest-testmon";
version = "1.0.3"; version = "1.0.2";
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
sha256 = "927a73dd510b90a2e4a48ea4d37e82c4490b56caa745663262024ea0cd278169"; sha256 = "fdb016d953036051d1ef0e36569b7168cefa4914014789a65a4ffefc87f85ac5";
}; };
propagatedBuildInputs = [ coverage ]; propagatedBuildInputs = [ coverage ];