Extended attributes library wrapper for Python
Go to file
Miro Hrončok 918e8e4b63 In Copr, skip tests that fail with OSError: [Errno 95] Operation not supported
We regularly needed to comment out the tests in pyxattr
to make it build in the @python/python3.N+1 copr.

This way, we no longer need to treat this package as a special case.

The failures look like this:

    _________________ test_binary_payload[file via symlink (path)] _________________

    subject = (PurePosixPath('/builddir/build/BUILD/pyxattr-0.7.2/tmpfmkeynlv/xattr-jqzu5alt.test.symlink'), False)

        def test_binary_payload(subject):
            """test binary values"""
            item = subject[0]
            BINVAL = b"abc\0def"
    >       xattr.set(item, USER_ATTR, BINVAL)
    E       OSError: [Errno 95] Operation not supported

    tests/test_xattr.py:432: OSError
    ======================= 146 failed, 141 passed in 1.39s ========================
2023-03-31 14:59:12 +02:00
.gitignore New upstream release 0.7.2 2020-12-01 23:34:57 +01:00
key.asc Update to 0.7.1 2019-11-28 00:19:39 +01:00
pyxattr-0.7.2.tar.gz.asc New upstream release 0.7.2 2020-12-01 23:34:57 +01:00
pyxattr.spec In Copr, skip tests that fail with OSError: [Errno 95] Operation not supported 2023-03-31 14:59:12 +02:00
sources New upstream release 0.7.2 2020-12-01 23:34:57 +01:00