Skip to content

Commit a785684

Browse files
author
Vitalii Heria
committed
add SingleStore container
1 parent 94a63d6 commit a785684

File tree

8 files changed

+588
-0
lines changed

8 files changed

+588
-0
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ jobs:
4444
- rabbitmq
4545
- redis
4646
- selenium
47+
- singlestore
4748
runs-on: ${{ matrix.runtime.machine }}
4849
steps:
4950
- uses: actions/checkout@v3

README.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ testcontainers-python facilitates the use of Docker containers for functional an
3434
rabbitmq/README
3535
redis/README
3636
selenium/README
37+
singlestore/README
3738

3839
Getting Started
3940
---------------

requirements.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
-e file:rabbitmq
2222
-e file:redis
2323
-e file:selenium
24+
-e file:singlestore
2425
cryptography<37
2526
flake8<3.8.0 # 3.8.0 adds a dependency on importlib-metadata which conflicts with other packages.
2627
pg8000

0 commit comments

Comments
 (0)