summaryrefslogtreecommitdiff
path: root/dev-python/asset/files/asset-0.6.1-broken-test.patch
blob: 1a59f3f5c2bf1eefd10dcb75d4522018d8291cba (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
 asset/test.py | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/asset/test.py b/asset/test.py
index 992e5fc..c8aab32 100644
--- a/asset/test.py
+++ b/asset/test.py
@@ -24,6 +24,8 @@ import pxml
 import xml.etree.ElementTree as ET
 import six
 
+from nose.plugins.skip import SkipTest
+
 import asset
 
 #------------------------------------------------------------------------------
@@ -107,6 +109,7 @@ line-2</node>
       ])
 
   #----------------------------------------------------------------------------
+  @SkipTest
   def test_filename(self):
     # NOTE: this requires that `pxml` was installed as a zipped egg, and
     # `globre` as an UNzipped egg, i.e.: