Skip to content

Commit 22843b1

Browse files
committed
Update test cases
1 parent 0e9a473 commit 22843b1

File tree

49 files changed

+49
-98
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

49 files changed

+49
-98
lines changed

test/data/pyrepo_init/bothreq-overlap/after/pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ description = "A project"
99
readme = "README.rst"
1010
requires-python = ">=3.5"
1111
license = "MIT"
12-
license-files = { paths = ["LICENSE"] }
12+
license-files = ["LICENSE"]
1313
authors = [
1414
{ name = "John Thorvald Wodder II", email = "[email protected]" }
1515
]
@@ -27,7 +27,6 @@ classifiers = [
2727
"Programming Language :: Python :: 3.8",
2828
"Programming Language :: Python :: Implementation :: CPython",
2929
"Programming Language :: Python :: Implementation :: PyPy",
30-
"License :: OSI Approved :: MIT License",
3130
###
3231
]
3332

test/data/pyrepo_init/bothreq/after/pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ description = "A project"
99
readme = "README.rst"
1010
requires-python = ">=3.5"
1111
license = "MIT"
12-
license-files = { paths = ["LICENSE"] }
12+
license-files = ["LICENSE"]
1313
authors = [
1414
{ name = "John Thorvald Wodder II", email = "[email protected]" }
1515
]
@@ -27,7 +27,6 @@ classifiers = [
2727
"Programming Language :: Python :: 3.8",
2828
"Programming Language :: Python :: Implementation :: CPython",
2929
"Programming Language :: Python :: Implementation :: PyPy",
30-
"License :: OSI Approved :: MIT License",
3130
###
3231
]
3332

test/data/pyrepo_init/coding-comment/after/pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ description = "A project"
99
readme = "README.rst"
1010
requires-python = ">=3.5"
1111
license = "MIT"
12-
license-files = { paths = ["LICENSE"] }
12+
license-files = ["LICENSE"]
1313
authors = [
1414
{ name = "John Thorvald Wodder II", email = "[email protected]" }
1515
]
@@ -27,7 +27,6 @@ classifiers = [
2727
"Programming Language :: Python :: 3.8",
2828
"Programming Language :: Python :: Implementation :: CPython",
2929
"Programming Language :: Python :: Implementation :: PyPy",
30-
"License :: OSI Approved :: MIT License",
3130
###
3231
]
3332

test/data/pyrepo_init/command-flat/after/pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ description = "A project"
99
readme = "README.rst"
1010
requires-python = ">=3.5"
1111
license = "MIT"
12-
license-files = { paths = ["LICENSE"] }
12+
license-files = ["LICENSE"]
1313
authors = [
1414
{ name = "John Thorvald Wodder II", email = "[email protected]" }
1515
]
@@ -27,7 +27,6 @@ classifiers = [
2727
"Programming Language :: Python :: 3.8",
2828
"Programming Language :: Python :: Implementation :: CPython",
2929
"Programming Language :: Python :: Implementation :: PyPy",
30-
"License :: OSI Approved :: MIT License",
3130
###
3231
]
3332

test/data/pyrepo_init/command-noflat-req/after/pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ description = "A project"
99
readme = "README.rst"
1010
requires-python = ">=3.5"
1111
license = "MIT"
12-
license-files = { paths = ["LICENSE"] }
12+
license-files = ["LICENSE"]
1313
authors = [
1414
{ name = "John Thorvald Wodder II", email = "[email protected]" }
1515
]
@@ -27,7 +27,6 @@ classifiers = [
2727
"Programming Language :: Python :: 3.8",
2828
"Programming Language :: Python :: Implementation :: CPython",
2929
"Programming Language :: Python :: Implementation :: PyPy",
30-
"License :: OSI Approved :: MIT License",
3130
###
3231
]
3332

test/data/pyrepo_init/command-noflat/after/pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ description = "A project"
99
readme = "README.rst"
1010
requires-python = ">=3.5"
1111
license = "MIT"
12-
license-files = { paths = ["LICENSE"] }
12+
license-files = ["LICENSE"]
1313
authors = [
1414
{ name = "John Thorvald Wodder II", email = "[email protected]" }
1515
]
@@ -27,7 +27,6 @@ classifiers = [
2727
"Programming Language :: Python :: 3.8",
2828
"Programming Language :: Python :: Implementation :: CPython",
2929
"Programming Language :: Python :: Implementation :: PyPy",
30-
"License :: OSI Approved :: MIT License",
3130
###
3231
]
3332

test/data/pyrepo_init/docs-tests/after/pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ description = "A project"
99
readme = "README.rst"
1010
requires-python = ">=3.5"
1111
license = "MIT"
12-
license-files = { paths = ["LICENSE"] }
12+
license-files = ["LICENSE"]
1313
authors = [
1414
{ name = "John Thorvald Wodder II", email = "[email protected]" }
1515
]
@@ -27,7 +27,6 @@ classifiers = [
2727
"Programming Language :: Python :: 3.8",
2828
"Programming Language :: Python :: Implementation :: CPython",
2929
"Programming Language :: Python :: Implementation :: PyPy",
30-
"License :: OSI Approved :: MIT License",
3130
###
3231
]
3332

test/data/pyrepo_init/docs/after/pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ description = "A project"
99
readme = "README.rst"
1010
requires-python = ">=3.5"
1111
license = "MIT"
12-
license-files = { paths = ["LICENSE"] }
12+
license-files = ["LICENSE"]
1313
authors = [
1414
{ name = "John Thorvald Wodder II", email = "[email protected]" }
1515
]
@@ -27,7 +27,6 @@ classifiers = [
2727
"Programming Language :: Python :: 3.8",
2828
"Programming Language :: Python :: Implementation :: CPython",
2929
"Programming Language :: Python :: Implementation :: PyPy",
30-
"License :: OSI Approved :: MIT License",
3130
###
3231
]
3332

test/data/pyrepo_init/fetch-github-user-ci/after/pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ description = "A project"
99
readme = "README.rst"
1010
requires-python = ">=3.5"
1111
license = "MIT"
12-
license-files = { paths = ["LICENSE"] }
12+
license-files = ["LICENSE"]
1313
authors = [
1414
{ name = "John Thorvald Wodder II", email = "[email protected]" }
1515
]
@@ -27,7 +27,6 @@ classifiers = [
2727
"Programming Language :: Python :: 3.8",
2828
"Programming Language :: Python :: Implementation :: CPython",
2929
"Programming Language :: Python :: Implementation :: PyPy",
30-
"License :: OSI Approved :: MIT License",
3130
###
3231
]
3332

test/data/pyrepo_init/fetch-github-user/after/pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ description = "A project"
99
readme = "README.rst"
1010
requires-python = ">=3.5"
1111
license = "MIT"
12-
license-files = { paths = ["LICENSE"] }
12+
license-files = ["LICENSE"]
1313
authors = [
1414
{ name = "John Thorvald Wodder II", email = "[email protected]" }
1515
]
@@ -27,7 +27,6 @@ classifiers = [
2727
"Programming Language :: Python :: 3.8",
2828
"Programming Language :: Python :: Implementation :: CPython",
2929
"Programming Language :: Python :: Implementation :: PyPy",
30-
"License :: OSI Approved :: MIT License",
3130
###
3231
]
3332

0 commit comments

Comments
 (0)