File: 2003_xfail_tests.patch

package info (click to toggle)
python-prov 2.1.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 4,848 kB
  • sloc: python: 6,555; xml: 1,528; makefile: 211; sh: 1
file content (40 lines) | stat: -rw-r--r-- 939 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
--- a/src/prov/tests/statements.py
+++ b/src/prov/tests/statements.py
@@ -1,3 +1,5 @@
+import unittest
+
 from prov.model import *
 
 EX_NS = Namespace("ex", "http://example.org/")
@@ -1483,6 +1485,7 @@
         document.activity(identifier=EX_NS["a2s"])
         self.do_tests(document)
 
+    @unittest.skip("Broken with rdflib 7.4")
     def test_bundle_1(self):
         document = self.new_document()
 
@@ -1505,6 +1508,7 @@
 
         self.do_tests(document)
 
+    @unittest.skip("Broken with rdflib 7.4")
     def test_bundle_2(self):
         document = self.new_document()
 
@@ -1527,6 +1531,7 @@
 
         self.do_tests(document)
 
+    @unittest.skip("Broken with rdflib 7.4")
     def test_bundle_3(self):
         document = self.new_document()
 
@@ -1549,6 +1554,7 @@
 
         self.do_tests(document)
 
+    @unittest.skip("Broken with rdflib 7.4")
     def test_bundle_4(self):
         document = self.new_document()