Obsolete raptor 1.4 API
[oi-userland.git] / components / python / persistent / patches / 01-test_docs.patch
blob977a81d56ebe9bb97a38c7816ba2aa3ec31c51dc
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
5 @@ -33,7 +33,7 @@
6 prev, here = here, os.path.dirname(here)
7 if here == prev:
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')