Summary: | dev-python/cffi-1.1.2 fails tests: testing/cffi0/test_zintegration.py::TestZIntegration::test_setuptools_module FAILED | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Markus Meier <maekke> |
Component: | Current packages | Assignee: | Python Gentoo Team <python> |
Status: | RESOLVED OBSOLETE | ||
Severity: | normal | CC: | jlec |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: | dev-python:cffi-1.1.2:20150808-095359.log |
Description
Markus Meier
![]() This looks totally spurious
~/github/gentoo/dev-python/cffi $ PYTHON_TARGETS=python3_3 ebuild cffi-1.1.2.ebuild clean test
yields
== 1652 passed, 66 skipped, 4 xfailed in 286.20 seconds ==
* python3_3: running distutils-r1_run_phase _clean_egg_info
>>> Completed testing dev-python/cffi-1.1.2
So did not replicate.
This snippet
Please make sure you remove any previous custom paths from your /var/tmp/portage/dev-python/cffi-1.1.2/homedir/python3.3/.pydistutils.cfg file.
Installing setuptools, pip...done.
suggests your run did an install of setuptools using pip which is counter to a proper run. How emerge missed emerging setuptools as a matter of course I have no idea. How it managed to download and install during the run means your probably didn't have network-sandbox set under FEATURES. It should have aborted with a sandbox violation attempting to access the net
commit 750bfe0c737dca7c61884c6b7bf2e2b1479a48cb Author: Justin Lecher <jlec@gentoo.org> Date: Mon Jan 11 11:13:49 2016 +0100 dev-python/cffi: Drop old obsoletes Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=557098 Package-Manager: portage-2.2.26 Signed-off-by: Justin Lecher <jlec@gentoo.org> https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=750bfe0c737dca7c61884c6b7bf2e2b1479a48cb |