diff options
Diffstat (limited to 'dev-python/asset/files/asset-0.6.1-broken-test.patch')
-rw-r--r-- | dev-python/asset/files/asset-0.6.1-broken-test.patch | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/dev-python/asset/files/asset-0.6.1-broken-test.patch b/dev-python/asset/files/asset-0.6.1-broken-test.patch new file mode 100644 index 00000000000..1a59f3f5c2b --- /dev/null +++ b/dev-python/asset/files/asset-0.6.1-broken-test.patch @@ -0,0 +1,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.: |