Both in tree versions should have the httpretty dep pinned at 0.8.10 due to python3 compatibility issues. Currently they are >=dev-python/httpretty-0.6.1[${PYTHON_USEDEP}] see https://github.com/spulec/moto/issues/667 I experienced buildbot tests trying to pip install the correct version of httpretty and getting the access violation error. also current release is 0.4.30 (also pinned at httpretty-0.8.10)
Created attachment 458630 [details] updated moto-0.4.30.ebuild This ebuild drops dev-python/dicttoxml which is not in the 0.4.30 setup.py requirements.
Done. After more testing with all buildbot tests passing with httpretty-0.8.10. Upgrading to 0.8.14 does not cause any failures. Due to context changes immediately beside the httpretty dep, I used a sed to unpin the httpretty dep in setup.py. The 0.4.22 version was pushed straight to stable as httpretty stable version is unchanged and still meets the unpinned dep. 0.4.30 version added as EAPI=6. P.S. all changes discussed with zmedico, floppym
Old version removed. Please reopen if it still happens.