dev-python/path-py: Disable fragile timing tests

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2020-05-16 10:02:56 +02:00
parent 9506a7f8f3
commit cfd47eb1d2
2 changed files with 6 additions and 0 deletions

View File

@@ -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
}

View File

@@ -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
}