Skip to content

Commit

Permalink
Bump case-prov to 0.10.0
Browse files Browse the repository at this point in the history
This patch also updates a test result expectation to account for an
effect of pySHACL 0.24.0.

A follow-on patch will regenerate Make-managed files.

References:
* RDFLib/pySHACL#213

Signed-off-by: Alex Nelson <alexander.nelson@nist.gov>
  • Loading branch information
ajnelson-nist committed Nov 15, 2023
1 parent 82054c3 commit f91424c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
case-prov >= 0.9.0, < 0.10.0
case-prov >= 0.10.0, < 0.11.0
mypy
pyshacl < 0.24.0
3 changes: 1 addition & 2 deletions tests/test_shapes.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,10 @@


def test_qualified_url_shape() -> None:
# TODO: This IRI requires pySHACL >= 0.24.0 to appear in the results.
# URIRef("http://example.org/kb/url-dd3e2489-37f0-478c-92bb-c45831337dd4")
expected: Set[URIRef] = {
URIRef("http://example.org/kb/url-34d751fd-9039-45fc-87c5-b1cdbfc7ef10"),
URIRef("http://example.org/kb/url-b51dfe9c-48bf-41a8-97fd-cf139845fa8c"),
URIRef("http://example.org/kb/url-dd3e2489-37f0-478c-92bb-c45831337dd4"),
}
computed: Set[URIRef] = set()

Expand Down

0 comments on commit f91424c

Please sign in to comment.