8000 Remove compose from requirements and update dependencies for fixing the build by kiview · Pull Request #394 · testcontainers/testcontainers-python · GitHub
[go: up one dir, main page]

Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
7 commits
Select commit Hold shift + click to select a range
12ad2f7
Remove compose from requirements
kiview Nov 16, 2023
12ac2fc
Remove compose module completely
kiview Nov 16, 2023
3a524be
Update requirements based on GHA
kiview Nov 16, 2023
91f2cfe
Remove compose from GHA
kiview Nov 16, 2023
32b09cb
Remove compose from docs
kiview Nov 16, 2023
< 8000 a href="/testcontainers/testcontainers-python/pull/394/commits/faa1c8a3b1df7ec9c82f76a34390eeae969d0e1c" class="select-menu-item " role="menuitem" data-commit="faa1c8a3b1df7ec9c82f76a34390eeae969d0e1c" data-parent-commit="32b09cb7bdcb47cc476aa0fa8feffe164b27a442">
faa1c8a
Fix Selenium test after Selenium update
kiview Nov 17, 2023
3be2b9f
Use ArgOptions instead of Chrome Options
kiview Nov 20, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ jobs:
- arangodb
- azurite
- clickhouse
- compose
- core
- elasticsearch
- google
Expand Down
1 change: 0 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ testcontainers-python facilitates the use of Docker containers for functional an
arangodb/README
azurite/README
clickhouse/README
compose/README
elasticsearch/README
google/README
kafka/README
Expand Down
1 change: 0 additions & 1 deletion compose/README.rst

This file was deleted.

18 changes: 0 additions & 18 deletions compose/setup.py

This file was deleted.

193 changes: 0 additions & 193 deletions compose/testcontainers/compose/__init__.py

This file was deleted.

1 change: 0 additions & 1 deletion compose/tests/.env.test

This file was deleted.

6 changes: 0 additions & 6 deletions compose/tests/docker-compose-2.yml

This file was deleted.

8 changes: 0 additions & 8 deletions compose/tests/docker-compose-3.yml

This file was deleted.

3 changes: 0 additions & 3 deletions compose/tests/docker-compose-4.yml

This file was deleted.

17 changes: 0 additions & 17 deletions compose/tests/docker-compose.yml

This file was deleted.

125 changes: 0 additions & 125 deletions compose/tests/test_docker_compose.py

This file was deleted.

Loading
0