python: pytest: 5.2.1 -> 5.2.2
This commit is contained in:
parent
be48e82eeb
commit
fbe93c074b
1 changed files with 2 additions and 2 deletions
|
@ -3,7 +3,7 @@
|
|||
, atomicwrites, mock, writeText, pathlib2, wcwidth, packaging, isPyPy, python
|
||||
}:
|
||||
buildPythonPackage rec {
|
||||
version = "5.2.1";
|
||||
version = "5.2.2";
|
||||
pname = "pytest";
|
||||
|
||||
disabled = !isPy3k;
|
||||
|
@ -15,7 +15,7 @@ buildPythonPackage rec {
|
|||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "ca563435f4941d0cb34767301c27bc65c510cb82e90b9ecf9cb52dc2c63caaa0";
|
||||
sha256 = "27abc3fef618a01bebb1f0d6d303d2816a99aa87a5968ebc32fe971be91eb1e6";
|
||||
};
|
||||
|
||||
checkInputs = [ hypothesis mock ];
|
||||
|
|
Loading…
Reference in a new issue