pythonPackages.marshmallow-polyfield: 5.7 -> 5.9
This commit is contained in:
parent
db4bbfff66
commit
d39abe9a0f
@ -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 ];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user