mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-07-25 21:08:35 -07:00
dev-python/pytest-xprocess: fix broken tests
Closes: https://bugs.gentoo.org/664542 Package-Manager: Portage-2.3.47, Repoman-2.3.10
This commit is contained in:
@@ -24,9 +24,8 @@ RDEPEND="
|
||||
DEPEND="${RDEPEND}"
|
||||
|
||||
python_test() {
|
||||
cd example || die
|
||||
# Upstream's package mistakenly includes __pycache__ directory that make
|
||||
# tests fail.
|
||||
rm -rf __pycache__ || die
|
||||
rm -rf example/__pycache__ || die
|
||||
pytest -v || die
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user