pythonPackages.marshmallow-polyfield: 5.7 -> 5.9

This commit is contained in:
Drew Risinger 2020-03-26 16:57:31 -04:00 committed by Frederik Rietdijk
parent db4bbfff66
commit d39abe9a0f

View File

@ -9,7 +9,7 @@
buildPythonPackage rec {
pname = "marshmallow-polyfield";
version = "5.7";
version = "5.9";
src = fetchFromGitHub {
owner = "Bachmann1234";
@ -21,7 +21,7 @@ buildPythonPackage rec {
propagatedBuildInputs = [
marshmallow
];
# setuptools check can run, but won't find tests
checkInputs = [ pytestCheckHook pytestcov ];