summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIwan Aucamp <aucampia@gmail.com>2023-03-25 18:45:37 +0100
committerGitHub <noreply@github.com>2023-03-25 18:45:37 +0100
commit47e6c37f9a0a1930447f120902ff276aa7fe48e8 (patch)
tree7fc88557bd7c79e75bcf61d1a64a131511861227
parent832e6931af6be32f71993088d70ae93a5cb9cb05 (diff)
downloadrdflib-47e6c37f9a0a1930447f120902ff276aa7fe48e8.tar.gz
test: remove xfail on SPARQL DESCRIBE test (#2309)
SPARQL DESCRIBE was implemented in <https://github.com/RDFLib/rdflib/pull/2221> so there should be no `xfail` on it tests for it. This change removes one such `xfail` that was in place.
-rw-r--r--test/test_w3c_spec/test_sparql10_w3c.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/test/test_w3c_spec/test_sparql10_w3c.py b/test/test_w3c_spec/test_sparql10_w3c.py
index 1de6daa4..73d06d89 100644
--- a/test/test_w3c_spec/test_sparql10_w3c.py
+++ b/test/test_w3c_spec/test_sparql10_w3c.py
@@ -48,9 +48,6 @@ MARK_DICT: MarksDictType = {
f"{REMOTE_BASE_IRI}syntax-sparql1/manifest#syntax-lit-08": pytest.mark.skip(
reason="bad test, positive syntax has invalid syntax."
),
- f"{REMOTE_BASE_IRI}syntax-sparql2/manifest#syntax-form-describe01": pytest.mark.xfail(
- reason="Describe not supported."
- ),
f"{REMOTE_BASE_IRI}syntax-sparql2/manifest#syntax-general-08": pytest.mark.xfail(
reason="Not parsing with no spaces."
),