mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-07-29 10:18:08 -07:00
dev-python/path-py: Disable fragile timing tests
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
@@ -44,6 +44,9 @@ python_prepare_all() {
|
||||
sed -i -r 's: --flake8:: ; s: --black:: ; s: --cov::' \
|
||||
pytest.ini || die
|
||||
|
||||
# fragile test for import time
|
||||
sed -i -e 's:test_import_time:_&:' test_path.py || die
|
||||
|
||||
distutils-r1_python_prepare_all
|
||||
}
|
||||
|
||||
|
||||
@@ -47,6 +47,9 @@ python_prepare_all() {
|
||||
sed -i -r 's: --flake8:: ; s: --black:: ; s: --cov::' \
|
||||
pytest.ini || die
|
||||
|
||||
# fragile test for import time
|
||||
sed -i -e 's:test_import_time:_&:' test_path.py || die
|
||||
|
||||
distutils-r1_python_prepare_all
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user