Skip to content

Commit

Permalink
disable namespace package discovery, rename pytest plugin (#1562)
Browse files Browse the repository at this point in the history
  • Loading branch information
braingram authored Dec 16, 2024
2 parents 603f285 + 46ea510 commit b2aa8e0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ repository = "https://github.com/spacetelescope/romancal"
romancal = "romancal.stpipe.integration:get_steps"

[project.entry-points.pytest11]
webbpsf = "pytest_plugin.webbpsf_plugin"
webbpsf = "pytest_romancal.webbpsf_plugin"

[project.scripts]
roman_static_preview = "romancal.scripts.static_preview:command"
Expand All @@ -106,6 +106,8 @@ build-backend = "setuptools.build_meta"
zip-safe = false

[tool.setuptools.packages.find]
namespaces = false
include = ["romancal*", "pytest_romancal*"]

[tool.setuptools.package-data]
# package_data values are glob patterns relative to each specific subpackage.
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit b2aa8e0

Please sign in to comment.