infrahub-testcontainers 1.3.0a0__tar.gz → 1.3.0b1__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (15) hide show
  1. {infrahub_testcontainers-1.3.0a0 → infrahub_testcontainers-1.3.0b1}/PKG-INFO +4 -4
  2. {infrahub_testcontainers-1.3.0a0 → infrahub_testcontainers-1.3.0b1}/pyproject.toml +2 -2
  3. {infrahub_testcontainers-1.3.0a0 → infrahub_testcontainers-1.3.0b1}/README.md +0 -0
  4. {infrahub_testcontainers-1.3.0a0 → infrahub_testcontainers-1.3.0b1}/infrahub_testcontainers/__init__.py +0 -0
  5. {infrahub_testcontainers-1.3.0a0 → infrahub_testcontainers-1.3.0b1}/infrahub_testcontainers/constants.py +0 -0
  6. {infrahub_testcontainers-1.3.0a0 → infrahub_testcontainers-1.3.0b1}/infrahub_testcontainers/container.py +0 -0
  7. {infrahub_testcontainers-1.3.0a0 → infrahub_testcontainers-1.3.0b1}/infrahub_testcontainers/docker-compose.test.yml +0 -0
  8. {infrahub_testcontainers-1.3.0a0 → infrahub_testcontainers-1.3.0b1}/infrahub_testcontainers/haproxy.cfg +0 -0
  9. {infrahub_testcontainers-1.3.0a0 → infrahub_testcontainers-1.3.0b1}/infrahub_testcontainers/helpers.py +0 -0
  10. {infrahub_testcontainers-1.3.0a0 → infrahub_testcontainers-1.3.0b1}/infrahub_testcontainers/host.py +0 -0
  11. {infrahub_testcontainers-1.3.0a0 → infrahub_testcontainers-1.3.0b1}/infrahub_testcontainers/measurements.py +0 -0
  12. {infrahub_testcontainers-1.3.0a0 → infrahub_testcontainers-1.3.0b1}/infrahub_testcontainers/models.py +0 -0
  13. {infrahub_testcontainers-1.3.0a0 → infrahub_testcontainers-1.3.0b1}/infrahub_testcontainers/performance_test.py +0 -0
  14. {infrahub_testcontainers-1.3.0a0 → infrahub_testcontainers-1.3.0b1}/infrahub_testcontainers/plugin.py +0 -0
  15. {infrahub_testcontainers-1.3.0a0 → infrahub_testcontainers-1.3.0b1}/infrahub_testcontainers/prometheus.yml +0 -0
@@ -1,12 +1,11 @@
1
- Metadata-Version: 2.1
1
+ Metadata-Version: 2.3
2
2
  Name: infrahub-testcontainers
3
- Version: 1.3.0a0
3
+ Version: 1.3.0b1
4
4
  Summary: Testcontainers instance for Infrahub to easily build integration tests
5
- Home-page: https://opsmill.com
6
5
  License: Apache-2.0
7
6
  Author: OpsMill
8
7
  Author-email: info@opsmill.com
9
- Requires-Python: >=3.9,<4.0
8
+ Requires-Python: >=3.9
10
9
  Classifier: Intended Audience :: Developers
11
10
  Classifier: License :: OSI Approved :: Apache Software License
12
11
  Classifier: Programming Language :: Python :: 3
@@ -20,6 +19,7 @@ Requires-Dist: psutil
20
19
  Requires-Dist: pydantic (>=2.10.6,<3.0.0)
21
20
  Requires-Dist: pytest
22
21
  Requires-Dist: testcontainers (>=4.8,<4.9)
22
+ Project-URL: Homepage, https://opsmill.com
23
23
  Project-URL: Repository, https://github.com/opsmill/infrahub
24
24
  Description-Content-Type: text/markdown
25
25
 
@@ -1,11 +1,11 @@
1
1
  [project]
2
2
  name = "infrahub-testcontainers"
3
- version = "1.3.0a0"
3
+ version = "1.3.0b1"
4
4
  requires-python = ">=3.9"
5
5
 
6
6
  [tool.poetry]
7
7
  name = "infrahub-testcontainers"
8
- version = "1.3.0a0"
8
+ version = "1.3.0b1"
9
9
  description = "Testcontainers instance for Infrahub to easily build integration tests"
10
10
  authors = ["OpsMill <info@opsmill.com>"]
11
11
  readme = "README.md"