Skip to content

Commit

Permalink
Ignore docs for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
APN-Pucky committed Aug 14, 2023
1 parent bca5c93 commit e97d2c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ format-jinja = "{% if distance == 0 %}{{ base }}{% else %}{{ base }}.{{ distance
[tool.pytest.ini_options]
minversion = "6.0"
testpaths = ["tests"]
addopts = [ "-Werror", "-v", "--cov=metamorph", "--cov-config=.coveragerc", "--cov-append", "--cov-report=term", "--cov-report=xml", "--doctest-modules"]
addopts = [ "-Werror", "-v", "--cov=metamorph", "--cov-config=.coveragerc", "--cov-append", "--cov-report=term", "--cov-report=xml", "--doctest-modules","--ignore=docs/source/conf.py"]
filterwarnings = [
'ignore: pkg_resources is deprecated as an API:DeprecationWarning'
]

0 comments on commit e97d2c2

Please sign in to comment.