pythonPackages.marshmallow-polyfield: 5.7 -> 5.9
This commit is contained in:
parent
db4bbfff66
commit
d39abe9a0f
@ -9,7 +9,7 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "marshmallow-polyfield";
|
pname = "marshmallow-polyfield";
|
||||||
version = "5.7";
|
version = "5.9";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "Bachmann1234";
|
owner = "Bachmann1234";
|
||||||
@ -21,7 +21,7 @@ buildPythonPackage rec {
|
|||||||
propagatedBuildInputs = [
|
propagatedBuildInputs = [
|
||||||
marshmallow
|
marshmallow
|
||||||
];
|
];
|
||||||
|
|
||||||
# setuptools check can run, but won't find tests
|
# setuptools check can run, but won't find tests
|
||||||
checkInputs = [ pytestCheckHook pytestcov ];
|
checkInputs = [ pytestCheckHook pytestcov ];
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user