Skip to content
Merged
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
5 changes: 3 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,8 @@ sections = { second-party = ["pulp_glue"] }
section-order = ["future", "standard-library", "third-party", "second-party", "first-party", "local-folder"]


[tool.pytest.ini_options]
[tool.pytest]
testpaths = ["tests", "pulp_glue/tests"]
markers = [
"live: integration tests that run against a live server",
"glue: tests for pulp-glue in isolation",
Expand All @@ -231,7 +232,7 @@ strict = true
warn_unused_ignores = false
show_error_codes = true
files = "src/**/*.py, tests/*.py"
mypy_path = ["src", "pulp-glue/src"]
mypy_path = ["src", "pulp-glue/src", "cookiecutter/pulp_filter_extension.py"]
namespace_packages = true
explicit_package_bases = true

Expand Down
Loading