Skip to content

Commit

Permalink
Merge pull request #915 from pganssle/register_markers
Browse files Browse the repository at this point in the history
Register pytest markers
  • Loading branch information
pganssle committed May 18, 2019
2 parents c90a30c + 52a48d5 commit cc757cc
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
1 change: 1 addition & 0 deletions changelog.d/915.misc.rst
@@ -0,0 +1 @@
Explicitly listed all markers used in the pytest configuration.
15 changes: 15 additions & 0 deletions setup.cfg
Expand Up @@ -56,3 +56,18 @@ filterwarnings =
error
error::DeprecationWarning
error:PendingDeprecationWarning
markers =
gettz
import_star
isoparser
parserinfo
rrule
rruleset
rrulestr
smoke
tz_resolve_imaginary
tzfile
tzlocal
tzoffset
tzstr

0 comments on commit cc757cc

Please sign in to comment.