Skip to content

Commit 67ea601

Browse files
authored
Merge branch 'main' into secrets
2 parents 96af34a + cc3ddbd commit 67ea601

File tree

4 files changed

+1063
-1059
lines changed

4 files changed

+1063
-1059
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ dependencies = [
7070
"semver>=3.0.4",
7171
"sqlalchemy>=2.0.40",
7272
"pytest-order>=1.3.0",
73-
"marshmallow==3.26.2,<4", # this version is needed for pytest-jira
73+
"marshmallow>=4.0",
7474
"pytest-html>=4.1.1",
7575
"fire",
7676
"llama_stack_client>=0.6.0,<0.7",

pytest.ini

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,3 +64,5 @@ addopts =
6464
--tc-file=tests/global_config.py
6565
--tc-format=python
6666
--jira
67+
--jira-connection-error-strategy=skip
68+
--jira-disable-docs-search

tests/model_registry/model_catalog/huggingface/test_huggingface_models_multiple_sources.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ def test_external_id_has_no_namespace_prefix(
123123
@pytest.mark.parametrize(
124124
"filter_field",
125125
[
126-
pytest.param("name", id="filter_by_name", marks=pytest.mark.xfail(reason="RHOAIENG-53498")),
126+
pytest.param("name", id="filter_by_name"),
127127
pytest.param("externalId", id="filter_by_external_id"),
128128
],
129129
)

0 commit comments

Comments
 (0)