mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-01 11:18:09 -07:00
dev-python/fabric: load pytest-relaxed plugin explicitly
Bug: https://bugs.gentoo.org/661218 Package-Manager: Portage-2.3.44, Repoman-2.3.10
This commit is contained in:
@@ -52,7 +52,8 @@ python_compile_all() {
|
||||
}
|
||||
|
||||
python_test() {
|
||||
${EPYTHON} -m pytest -s -v || die "Tests failed"
|
||||
# -p pytest_relaxed: this plugin has to be loaded explicitly
|
||||
pytest -s -v -p pytest_relaxed.plugin || die "Tests failed"
|
||||
}
|
||||
|
||||
python_install_all() {
|
||||
|
||||
Reference in New Issue
Block a user