dev-python/pytest-relaxed: disable plugin autoload
authorVirgil Dupras <vdupras@gentoo.org>
Wed, 1 Aug 2018 00:47:31 +0000 (20:47 -0400)
committerVirgil Dupras <vdupras@gentoo.org>
Wed, 1 Aug 2018 12:09:58 +0000 (08:09 -0400)
commitac9e67fa461c484fd751040bb6b58c258b6d601c
tree4bd2a5db24f750907dcf0e71123ab1c13a5157ba
parent896aadcc7d554a275953ac86458b0ecbbc0df55a
dev-python/pytest-relaxed: disable plugin autoload

When installed, this plugins autoload everywhere pytest runs, breaking
pretty much everything in its wake. We patch out its entry point to
avoid autoloading. Packages using this plugin may load it manually by
adding "-p pytest_relaxed.plugin" to their pytest invocation.

Closes: https://bugs.gentoo.org/661218
Package-Manager: Portage-2.3.44, Repoman-2.3.10
dev-python/pytest-relaxed/Manifest
dev-python/pytest-relaxed/files/pytest-relaxed-1.1.4-no-autoload.patch [new file with mode: 0644]
dev-python/pytest-relaxed/pytest-relaxed-1.1.4.ebuild [new file with mode: 0644]