Skip to content

Commit

Permalink
Merge pull request #164 from mhvk/pytest-ignore-import-errors
Browse files Browse the repository at this point in the history
MNT: Ignore import error in pytest collection
  • Loading branch information
mhvk authored May 9, 2020
2 parents f7907e9 + 3d9191e commit d5a83c7
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 @@ -52,7 +52,7 @@ astropy_header_packages =
yaml
doctest_plus = enabled
text_file_format = rst
addopts = --doctest-rst
addopts = --doctest-rst --doctest-ignore-import-errors
filterwarnings =
error
ignore:::pytest_doctestplus
Expand Down

0 comments on commit d5a83c7

Please sign in to comment.