dev-python/litestar: ignore some tests

* Appear to require installing litestar before running and cant find the
  test venv.

Signed-off-by: Alfred Wingate <parona@protonmail.com>
Signed-off-by: Paul Zander <negril.nx+gentoo@gmail.com>
This commit is contained in:
Alfred Wingate
2026-04-07 21:48:04 +03:00
committed by Paul Zander
parent a2d3d5df07
commit f3d24ff7b5

View File

@@ -105,6 +105,10 @@ EPYTEST_IGNORE=(
# Avoid the dependency
"tests/unit/test_contrib/test_opentelemetry.py"
"tests/unit/test_plugins/test_prometheus.py"
# appears to require installing litestar properly prior
"tests/e2e/test_routing/test_path_mounting.py"
"tests/e2e/test_routing/test_path_resolution.py"
)
EPYTEST_DESELECT=(
# Requires docker