Skip to content

Commit 8aaee18

Browse files
committed
Remove tests from source package
This is causing issues with `poetry install` command in development and ci environments due to files generated during test run. Removing these files so that tests can pass for now.
1 parent 808ca5c commit 8aaee18

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pyproject.toml

-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ classifiers = [
2020

2121
packages = [
2222
{include = "poetry"},
23-
{include = "tests", format = "sdist"},
2423
]
2524

2625
[tool.poetry.dependencies]

0 commit comments

Comments
 (0)