blob: c037ebb3193ba32ff7b8bb31848d957fe6310e8e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
|
pkgbase = python-testcontainers
pkgdesc = Python library for throwaway instances of anything that can run in a Docker container.
pkgver = 4.9.1
pkgrel = 1
url = https://github.com/testcontainers/testcontainers-python
arch = any
license = Apache-2.0
makedepends = python-setuptools
makedepends = python-wheel
depends = python>=3.9
depends = python-docker
depends = python-urllib3
depends = python-wrapt
depends = python-typing_extensions
depends = python-dotenv
optdepends = python-arango: arangodb
optdepends = python-botto3: aws/localstack
optdepends = python-httpx: aws/generic/test_module_import
optdepends = python-azure-storage-blob: azurite
optdepends = python-clickhouse-driver: clickhouse
optdepends = python-azure-cosmos: cosmosdb
optdepends = python-sqlalchemy: db2/mssql/mysql/oracle/oracle-free
optdepends = python-ibm-db-sa: db2
optdepends = python-redis: generic/redis
optdepends = python-google-cloud-pubsub: google
optdepends = python-google-cloud-datastore: google
optdepends = python-influxdb: influxdb
optdepends = python-influxdb-client: influxdb
optdepends = python-kubernetes: k3s
optdepends = python-pyyaml: k3s
optdepends = python-keycloak: keycloak
optdepends = python-cryptography: mailpit/sftp
optdepends = python-minio: minio
optdepends = python-pymongo: mongodb
optdepends = python-pymssql: mssql
optdepends = python-pymysql: mysql
optdepends = python-nats: nats
optdepends = python-neo4j: neo4j
optdepends = python-opensearch: opensearch
optdepends = python-oracledb: oracle/oracle-free
optdepends = python-qdrant-client: qdrant
optdepends = python-pika: pika
optdepends = python-bcrypt: registry
optdepends = python-selenium: selenium
optdepends = python-cassandra-driver: scylla
optdepends = python-weaviate-client: weaviate
optdepends = python-chromadb-client: chroma
optdepends = python-trino: trino
source = https://files.pythonhosted.org/packages/source/t/testcontainers/testcontainers-4.9.1.tar.gz
sha256sums = 37fe9a222549ddb788463935965b16f91809e9a8d654f437d6a59eac9b77f76f
pkgname = python-testcontainers
|