aliev / aioauth

Asynchronous OAuth 2.0 provider for Python 3
https://aliev.me/aioauth
MIT License
214 stars 19 forks source link

fix: replaced --stric to --strict-markers in pytest options #60

Closed aliev closed 2 years ago

aliev commented 2 years ago

In order to get rid of this warning:

PytestDeprecationWarning: The --strict option is deprecated, use --strict-markers instead.
    self.issue_config_time_warning(

--strict option was replaced to --strict-markers