Skip to content

Commit

Permalink
Remove tests from source package
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
abn committed Mar 31, 2020
1 parent 808ca5c commit 8aaee18
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ classifiers = [

packages = [
{include = "poetry"},
{include = "tests", format = "sdist"},
]

[tool.poetry.dependencies]
Expand Down

0 comments on commit 8aaee18

Please sign in to comment.