Skip to content

Commit

Permalink
dev-python/execnet: restrict test phase
Browse files Browse the repository at this point in the history
Several tests are unreliable on amd64, and they segfault on alpha.

Bug: https://bugs.gentoo.org/609520
Package-Manager: Portage-2.3.3_p56, Repoman-2.3.1_p49
  • Loading branch information
floppym committed Feb 19, 2017
1 parent 1ca8e75 commit 8ea3afc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dev-python/execnet/execnet-1.4.1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ DEPEND="${RDEPEND}
test? ( dev-python/pytest[${PYTHON_USEDEP}] )"

#PATCHES=( "${FILESDIR}"/1.2.0-tests.patch )
RESTRICT="test"

python_prepare_all() {
# Remove doctest that access an i'net site
Expand Down

0 comments on commit 8ea3afc

Please sign in to comment.