mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-05 12:38:09 -07:00
dev-python/uvicorn: Skip tests requiring python-dotenv in 0.14.0
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
@@ -42,3 +42,12 @@ python_prepare_all() {
|
||||
-i tests/supervisors/test_reload.py
|
||||
distutils-r1_python_prepare_all
|
||||
}
|
||||
|
||||
python_test() {
|
||||
local deselect=(
|
||||
# requires python-dotenv that's not keyworded everywhere yet
|
||||
# see 0.14.0-r1
|
||||
tests/test_config.py::test_env_file
|
||||
)
|
||||
epytest ${deselect[@]/#/--deselect }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user