Skip to content

Commit

Permalink
chore: Remove unnecessary pytest config (#235)
Browse files Browse the repository at this point in the history
We ended up removing the warning about ``strict=False``
in marshmallow-code/marshmallow#1136, so this
config is no longer necessary.
  • Loading branch information
sloria authored and taion committed Feb 15, 2019
1 parent 322d557 commit 438f439
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,3 @@ universal = 1

[metadata]
long_description = file: README.rst

[tool:pytest]
filterwarnings =
ignore:strict=False:marshmallow.warnings.ChangedInMarshmallow3Warning

0 comments on commit 438f439

Please sign in to comment.