diff --git a/docs/package-lock.json b/docs/package-lock.json index 0e947d0a..8211c13f 100644 --- a/docs/package-lock.json +++ b/docs/package-lock.json @@ -19394,9 +19394,9 @@ } }, "node_modules/vite": { - "version": "7.3.1", - "resolved": "https://registry.npmjs.org/vite/-/vite-7.3.1.tgz", - "integrity": "sha512-w+N7Hifpc3gRjZ63vYBXA56dvvRlNWRczTdmCBBa+CotUzAPf5b7YMdMR/8CQoeYE5LX3W4wj6RYTgonm1b9DA==", + "version": "7.3.2", + "resolved": "https://registry.npmjs.org/vite/-/vite-7.3.2.tgz", + "integrity": "sha512-Bby3NOsna2jsjfLVOHKes8sGwgl4TT0E6vvpYgnAYDIF/tie7MRaFthmKuHx1NSXjiTueXH3do80FMQgvEktRg==", "dev": true, "license": "MIT", "dependencies": { diff --git a/tests/integration/test_file_object.py b/tests/integration/test_file_object.py index 49dd7421..c0d44ff3 100644 --- a/tests/integration/test_file_object.py +++ b/tests/integration/test_file_object.py @@ -5,8 +5,6 @@ from pathlib import Path from typing import TYPE_CHECKING -import pytest - from infrahub_sdk.testing.docker import TestInfrahubDockerClient from infrahub_sdk.testing.schemas.file_object import ( PDF_MAGIC_BYTES, @@ -20,7 +18,6 @@ from infrahub_sdk import InfrahubClient, InfrahubClientSync -@pytest.mark.xfail(reason="Requires Infrahub 1.8+") class TestFileObjectAsync(TestInfrahubDockerClient, SchemaFileObject): """Async integration tests for FileObject functionality.""" @@ -138,7 +135,6 @@ async def test_update_without_file_change(self, client: InfrahubClient, load_fil assert updated.checksum.value == contract_to_update.checksum.value -@pytest.mark.xfail(reason="Requires Infrahub 1.8+") class TestFileObjectSync(TestInfrahubDockerClient, SchemaFileObject): """Sync integration tests for FileObject functionality.""" diff --git a/uv.lock b/uv.lock index 9f0a5bde..fbd7d895 100644 --- a/uv.lock +++ b/uv.lock @@ -878,7 +878,7 @@ types = [ [[package]] name = "infrahub-testcontainers" -version = "1.9.0" +version = "1.9.1" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "httpx" }, @@ -888,9 +888,9 @@ dependencies = [ { name = "pytest" }, { name = "testcontainers" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/54/1e/a97804267d0a68e9aa30aff37ccb6c93fa4ec85b6caedc90042724a29045/infrahub_testcontainers-1.9.0.tar.gz", hash = "sha256:9c148a093f639548e569f468eaa9f847d91fa059afa8cfd16d16b64f8df86967", size = 17349, upload-time = "2026-04-24T20:58:18.332Z" } +sdist = { url = "https://files.pythonhosted.org/packages/5d/33/26bfcf5c2d43e1c5d2be48df3cfd2bcac19dde0dc386fa2c7d105078cbca/infrahub_testcontainers-1.9.1.tar.gz", hash = "sha256:35b8a6e811bed49daaa404a86a4d019b95f561ec3b111055d57af8dc34dfee18", size = 17360, upload-time = "2026-04-29T21:39:04.393Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/7c/1b/4611a79955640db7e9ac67e314296ca8216d6abfbfcf02472041d54ebc35/infrahub_testcontainers-1.9.0-py3-none-any.whl", hash = "sha256:fb844cce591117f682b6a10da8bb74635785afde8ff1ad31be53ec32cb84e27e", size = 23191, upload-time = "2026-04-24T20:58:17.319Z" }, + { url = "https://files.pythonhosted.org/packages/a7/2a/5c9e2c7b0adf70fd4fba643defaa605a971c8568e2fae238eb08269dab49/infrahub_testcontainers-1.9.1-py3-none-any.whl", hash = "sha256:c812d7b49de90d7586d627ebc4ed935024b7e1ae627b5099392086fd5207492d", size = 23191, upload-time = "2026-04-29T21:39:03.16Z" }, ] [[package]]