Skip to content

Commit 6d8a106

Browse files
committed
test: Fix package name in pyproject.toml for integration tests
1 parent c4968b3 commit 6d8a106

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

integration-tests/pyproject.toml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
11
[tool.poetry]
2-
name = "open-api-test-server-client"
2+
name = "integration-tests"
33
version = "0.0.1"
44
description = "A client library for accessing OpenAPI Test Server"
5-
65
authors = []
7-
86
readme = "README.md"
97
packages = [
10-
{include = "open_api_test_server_client"},
8+
{include = "integration_tests"},
119
]
1210
include = ["CHANGELOG.md", "open_api_test_server_client/py.typed"]
1311

@@ -17,9 +15,9 @@ httpx = ">=0.15.4,<0.22.0"
1715
attrs = ">=20.1.0,<22.0.0"
1816
python-dateutil = "^2.8.0"
1917

20-
2118
[tool.poetry.dev-dependencies]
2219
pytest = "^6.2.5"
20+
2321
[build-system]
2422
requires = ["poetry>=1.0"]
2523
build-backend = "poetry.masonry.api"

0 commit comments

Comments
 (0)