Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,5 @@ include README.md
include NEWS
include LICENSE.txt
include Makefile
include pytest.ini
graft docs
exclude docs/__pycache__/*
4 changes: 4 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -57,3 +57,7 @@ exclude_lines = [
"raise AssertionError",
"raise NotImplementedError",
]

[tool.pytest.ini_options]
addopts = "--doctest-modules --doctest-glob=*.rst --ignore=setup.py"
norecursedirs = ".git build"
3 changes: 0 additions & 3 deletions pytest.ini

This file was deleted.