What is best practice for meta.zcml files and test layers in plone.app.testing?

A while ago I started to write superfast tests with pytest. IIRC removing z3c.autoinclude saved me 20 seconds from test initalization, it was the biggest time hog.