python3Packages.pytest: 4.6.9 -> 4.6.11

This commit is contained in:
Frederik Rietdijk 2020-08-29 13:41:51 +02:00
parent 29ec39c5b3
commit 33ddfcb8d9

View file

@ -3,12 +3,12 @@
, atomicwrites, mock, writeText, pathlib2, wcwidth, packaging, isPyPy
}:
buildPythonPackage rec {
version = "4.6.9";
version = "4.6.11";
pname = "pytest";
src = fetchPypi {
inherit pname version;
sha256 = "0fgkmpc31nzy97fxfrkqbzycigdwxwwmninx3qhkzp81migggs0r";
sha256 = "50fa82392f2120cc3ec2ca0a75ee615be4c479e66669789771f1758332be4353";
};
checkInputs = [ hypothesis mock ];