Skip to content

Commit e08c5fc

Browse files
authored
Merge pull request #989 from opsmill/develop
Merge develop into infrahub-develop
2 parents 551b629 + 8e3a86c commit e08c5fc

3 files changed

Lines changed: 6 additions & 10 deletions

File tree

docs/package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tests/integration/test_file_object.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@
55
from pathlib import Path
66
from typing import TYPE_CHECKING
77

8-
import pytest
9-
108
from infrahub_sdk.testing.docker import TestInfrahubDockerClient
119
from infrahub_sdk.testing.schemas.file_object import (
1210
PDF_MAGIC_BYTES,
@@ -20,7 +18,6 @@
2018
from infrahub_sdk import InfrahubClient, InfrahubClientSync
2119

2220

23-
@pytest.mark.xfail(reason="Requires Infrahub 1.8+")
2421
class TestFileObjectAsync(TestInfrahubDockerClient, SchemaFileObject):
2522
"""Async integration tests for FileObject functionality."""
2623

@@ -138,7 +135,6 @@ async def test_update_without_file_change(self, client: InfrahubClient, load_fil
138135
assert updated.checksum.value == contract_to_update.checksum.value
139136

140137

141-
@pytest.mark.xfail(reason="Requires Infrahub 1.8+")
142138
class TestFileObjectSync(TestInfrahubDockerClient, SchemaFileObject):
143139
"""Sync integration tests for FileObject functionality."""
144140

uv.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)