Skip to content

Commit e1ba4f8

Browse files
committed
tests: remove scripts for extended fixtures
1 parent 43cd07c commit e1ba4f8

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

Diff for: tests/fixtures/extended_project/pyproject.toml

-3
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,3 @@ build = "build.py"
2525
# Requirements
2626
[tool.poetry.dependencies]
2727
python = "~2.7 || ^3.4"
28-
29-
[tool.poetry.scripts]
30-
foo = "foo:bar"

Diff for: tests/fixtures/extended_project_without_setup/pyproject.toml

-3
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,3 @@ generate-setup-file = false
2727
# Requirements
2828
[tool.poetry.dependencies]
2929
python = "~2.7 || ^3.4"
30-
31-
[tool.poetry.scripts]
32-
foo = "foo:bar"

0 commit comments

Comments
 (0)