1 https://github.com/zopefoundation/persistent/issues/183
3 --- persistent-6.1/src/persistent/tests/test_docs.py.orig
4 +++ persistent-6.1/src/persistent/tests/test_docs.py
6 prev, here = here, os.path.dirname(here)
8 # Let's avoid infinite loops at root
9 - raise AssertionError('could not find my setup.py')
10 + return unittest.TestSuite()
12 docs = os.path.join(here, 'docs', 'api')