Skip to content

Commit 9de5def

Browse files
committed
Migrate to the flat layout
I will add `py.typed` after this PR is merged.
1 parent b10d916 commit 9de5def

File tree

95 files changed

+23
-74
lines changed

Some content is hidden

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

95 files changed

+23
-74
lines changed

INDEX.rst

Lines changed: 23 additions & 23 deletions

pyproject.toml

Lines changed: 0 additions & 51 deletions
Original file line numberDiff line numberDiff line change
@@ -24,32 +24,6 @@ classifiers = [
2424
"Operating System :: Unix",
2525
"Operating System :: MacOS",
2626
]
27-
# testcontainers-core is a proper package dependency - only modules needed here
28-
packages = [
29-
{ include = "testcontainers", from = "core" },
30-
{ include = "testcontainers", from = "modules/arangodb" },
31-
{ include = "testcontainers", from = "modules/azurite" },
32-
{ include = "testcontainers", from = "modules/clickhouse" },
33-
{ include = "testcontainers", from = "modules/elasticsearch" },
34-
{ include = "testcontainers", from = "modules/google" },
35-
{ include = "testcontainers", from = "modules/influxdb" },
36-
{ include = "testcontainers", from = "modules/k3s" },
37-
{ include = "testcontainers", from = "modules/kafka" },
38-
{ include = "testcontainers", from = "modules/keycloak" },
39-
{ include = "testcontainers", from = "modules/localstack" },
40-
{ include = "testcontainers", from = "modules/minio" },
41-
{ include = "testcontainers", from = "modules/mongodb" },
42-
{ include = "testcontainers", from = "modules/mssql" },
43-
{ include = "testcontainers", from = "modules/mysql" },
44-
{ include = "testcontainers", from = "modules/neo4j" },
45-
{ include = "testcontainers", from = "modules/nginx" },
46-
{ include = "testcontainers", from = "modules/opensearch" },
47-
{ include = "testcontainers", from = "modules/oracle" },
48-
{ include = "testcontainers", from = "modules/postgres" },
49-
{ include = "testcontainers", from = "modules/rabbitmq" },
50-
{ include = "testcontainers", from = "modules/redis" },
51-
{ include = "testcontainers", from = "modules/selenium" }
52-
]
5327

5428
[tool.poetry.urls]
5529
"GitHub" = "https://github.com/testcontainers/testcontainers-python"
@@ -215,31 +189,6 @@ pretty = true
215189
show_error_codes = true
216190
strict = true
217191
fast_module_lookup = true
218-
modules = ["testcontainers.core"]
219-
mypy_path = [
220-
"core",
221-
# "modules/arangodb",
222-
# "modules/azurite",
223-
# "modules/clickhouse",
224-
# "modules/elasticsearch",
225-
# "modules/google",
226-
# "modules/k3s",
227-
# "modules/kafka",
228-
# "modules/keycloak",
229-
# "modules/localstack",
230-
# "modules/minio",
231-
# "modules/mongodb",
232-
# "modules/mssql",
233-
# "modules/mysql",
234-
# "modules/neo4j",
235-
# "modules/nginx",
236-
# "modules/opensearch",
237-
# "modules/oracle",
238-
# "modules/postgres",
239-
# "modules/rabbitmq",
240-
# "modules/redis",
241-
# "modules/selenium"
242-
]
243192
enable_error_code = [
244193
"ignore-without-code",
245194
"redundant-expr",
File renamed without changes.

0 commit comments

Comments
 (0)