Skip to content

Commit 4acf2d6

Browse files
committed
fix(pyproject): add pytest plugin packages to poetry config
Add pytest_apathetic_logging, pytest_debug, pytest_quiet, pytest_runtime, pytest_timeout_defaults, and pytest_xdist_quiet to the packages list to ensure they are included in the published distribution.
1 parent 1a02b08 commit 4acf2d6

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

pyproject.toml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -454,4 +454,12 @@ build-backend = "poetry.core.masonry.api"
454454

455455
[tool.poetry]
456456
package-mode = true
457-
packages = [{ include = "apathetic_testing", from = "src" }]
457+
packages = [
458+
{ include = "apathetic_testing", from = "src" },
459+
{ include = "pytest_apathetic_logging", from = "src" },
460+
{ include = "pytest_debug", from = "src" },
461+
{ include = "pytest_quiet", from = "src" },
462+
{ include = "pytest_runtime", from = "src" },
463+
{ include = "pytest_timeout_defaults", from = "src" },
464+
{ include = "pytest_xdist_quiet", from = "src" },
465+
]

0 commit comments

Comments
 (0)