]> git.k1024.org Git - pyxattr.git/commit
Enable PathLib tests under pypy-3.10
authorIustin Pop <iustin@k1024.org>
Tue, 6 Feb 2024 21:42:49 +0000 (21:42 +0000)
committerIustin Pop <iustin@k1024.org>
Tue, 6 Feb 2024 21:53:40 +0000 (22:53 +0100)
commit9067fa262ac85a09e20e035e7294c34013a015b5
treeeeec8cafde0ec2337255d8e67274dd29d9f67a25
parentc6afc0dc3e53a6bbdd8848228d96f8ee9d4140e5
Enable PathLib tests under pypy-3.10

Per #41, this is now fixed in pypy 3.10, so we can enable the tests
to prevent regressions. That makes pypy-3.10 the first pypy version
that runs all tests that cpython does!
tests/test_xattr.py