Skip to content

Commit

Permalink
Fix testing against marshmallow3
Browse files Browse the repository at this point in the history
  • Loading branch information
sloria committed May 5, 2019
1 parent b517ec6 commit 0c9903d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions setup.cfg
Expand Up @@ -12,7 +12,3 @@ ignore = E203, E266, E501, W503
max-line-length = 110
max-complexity = 18
select = B,C,E,F,W,T4,B9

[tool:pytest]
filterwarnings =
ignore::marshmallow.warnings.ChangedInMarshmallow3Warning
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -15,7 +15,7 @@
EXTRAS_REQUIRE["tests"] = (
EXTRAS_REQUIRE["yaml"]
+ EXTRAS_REQUIRE["validation"]
+ ["marshmallow==2.19.2", "pytest", "mock"]
+ ["marshmallow>=2.19.2", "pytest", "mock"]
)
EXTRAS_REQUIRE["dev"] = EXTRAS_REQUIRE["tests"] + EXTRAS_REQUIRE["lint"] + ["tox"]

Expand Down

0 comments on commit 0c9903d

Please sign in to comment.