|
@@ -3460,7 +3460,6 @@ id: 2 / e29442 3506da 4e1ea7 / 25f62a 5a3d41 - 02
|
|
assert 'Attic repository detected.' in output
|
|
assert 'Attic repository detected.' in output
|
|
|
|
|
|
# derived from test_extract_xattrs_errors()
|
|
# derived from test_extract_xattrs_errors()
|
|
- @pytest.mark.xfail(raises=ValueError, strict=True)
|
|
|
|
@pytest.mark.skipif(not xattr.XATTR_FAKEROOT, reason='xattr not supported on this system or on this version of'
|
|
@pytest.mark.skipif(not xattr.XATTR_FAKEROOT, reason='xattr not supported on this system or on this version of'
|
|
'fakeroot')
|
|
'fakeroot')
|
|
def test_do_not_fail_when_percent_is_in_xattr_name(self):
|
|
def test_do_not_fail_when_percent_is_in_xattr_name(self):
|
|
@@ -3477,7 +3476,6 @@ id: 2 / e29442 3506da 4e1ea7 / 25f62a 5a3d41 - 02
|
|
self.cmd('extract', self.repository_location + '::test', exit_code=EXIT_WARNING)
|
|
self.cmd('extract', self.repository_location + '::test', exit_code=EXIT_WARNING)
|
|
|
|
|
|
# derived from test_extract_xattrs_errors()
|
|
# derived from test_extract_xattrs_errors()
|
|
- @pytest.mark.xfail(raises=ValueError, strict=True)
|
|
|
|
@pytest.mark.skipif(not xattr.XATTR_FAKEROOT, reason='xattr not supported on this system or on this version of'
|
|
@pytest.mark.skipif(not xattr.XATTR_FAKEROOT, reason='xattr not supported on this system or on this version of'
|
|
'fakeroot')
|
|
'fakeroot')
|
|
def test_do_not_fail_when_percent_is_in_file_name(self):
|
|
def test_do_not_fail_when_percent_is_in_file_name(self):
|