Skip to content

Commit 69df80b

Browse files
authored
fix: connection error should be skipped (#1251)
* fix: connection error should be skipped Signed-off-by: Debarati Basu-Nag <dbasunag@redhat.com> * fix: update pytest-jira plugin Signed-off-by: Debarati Basu-Nag <dbasunag@redhat.com> * fix: malformed uv.lock due to merge conflict Signed-off-by: Debarati Basu-Nag <dbasunag@redhat.com> --------- Signed-off-by: Debarati Basu-Nag <dbasunag@redhat.com>
1 parent cc43a76 commit 69df80b

File tree

3 files changed

+1062
-1058
lines changed

3 files changed

+1062
-1058
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

0 commit comments

Comments
 (0)