Skip to content

Commit

Permalink
Change --strict to --strict-markers for pytest
Browse files Browse the repository at this point in the history
Running the tests warned about `--strict` being deprecated and told me
to use `--strict-markers` instead, so that's what I did.
  • Loading branch information
gnn committed Oct 19, 2022
1 parent e67a355 commit e438a08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ python_files =
tests.py
addopts =
-ra
--strict
--strict-markers
--ignore=docs/conf.py
--ignore=setup.py
--ignore=ci
Expand Down

0 comments on commit e438a08

Please sign in to comment.