python: pytest: 3.3.1 -> 3.3.2

This commit is contained in:
Frederik Rietdijk 2018-01-07 09:01:06 +01:00
parent b6ea6d51c2
commit 13c5dc200a

View file

@ -2,7 +2,7 @@
, setuptools_scm, setuptools, six, pluggy, funcsigs, isPy3k , setuptools_scm, setuptools, six, pluggy, funcsigs, isPy3k
}: }:
buildPythonPackage rec { buildPythonPackage rec {
version = "3.3.1"; version = "3.3.2";
pname = "pytest"; pname = "pytest";
preCheck = '' preCheck = ''
@ -12,7 +12,7 @@ buildPythonPackage rec {
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
sha256 = "cf8436dc59d8695346fcd3ab296de46425ecab00d64096cebe79fb51ecb2eb93"; sha256 = "53548280ede7818f4dc2ad96608b9f08ae2cc2ca3874f2ceb6f97e3583f25bc4";
}; };
checkInputs = [ hypothesis ]; checkInputs = [ hypothesis ];