Skip to content

Commit

Permalink
fix test for Whelk with ROBOT 1.9.7, replace cmempy graph post with p…
Browse files Browse the repository at this point in the history
…ost_streamed
  • Loading branch information
muddymudskipper committed Nov 4, 2024
1 parent f390a5b commit 87aca6b
Show file tree
Hide file tree
Showing 3 changed files with 94 additions and 93 deletions.
1 change: 0 additions & 1 deletion tests/test_reason.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ def test_reasoner(reasoner: str, err_list: list) -> list:

errors_list: list[str] = []

del REASONERS["whelk"] # TODO: fix whelk test for ROBOT 1.9.7 # noqa: TD002 TD003
for reasoner in REASONERS:
errors_list = test_reasoner(reasoner, errors_list)

Expand Down
Loading

0 comments on commit 87aca6b

Please sign in to comment.