======================================================================
ERROR: test_files (test.test_unparse.DirectoryTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.clang-installed/build/target/lib/python3.9/test/test_unparse.py", line 325, in test_files
for item in self.files_to_test():
File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.clang-installed/build/target/lib/python3.9/test/test_unparse.py", line 316, in files_to_test
items = list(items | tests_to_run_always)
TypeError: unsupported operand type(s) for |: 'list' and 'set'
----------------------------------------------------------------------
Ran 36 tests in 0.093s
FAILED (errors=1)
1 test failed again:
test_unparse