commit: ab7a224c56e723b5f0cd535cd82d4b6cf8e65abf
Author: Mattéo Rossillol‑‑Laruelle <beatussum <AT> protonmail <DOT> com>
AuthorDate: Sun Jun 15 10:01:14 2025 +0000
Commit: Mattéo Rossillol‑‑Laruelle <beatussum <AT> protonmail <DOT> com>
CommitDate: Sun Jun 15 10:06:27 2025 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ab7a224c
dev-python/proton-vpn-api-core: fix failing tests
Signed-off-by: Mattéo Rossillol‑‑Laruelle <beatussum <AT> protonmail.com>
dev-python/proton-vpn-api-core/proton-vpn-api-core-0.42.4.ebuild | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/dev-python/proton-vpn-api-core/proton-vpn-api-core-0.42.4.ebuild
b/dev-python/proton-vpn-api-core/proton-vpn-api-core-0.42.4.ebuild
index 4a4b83c54e..178f0431fd 100644
--- a/dev-python/proton-vpn-api-core/proton-vpn-api-core-0.42.4.ebuild
+++ b/dev-python/proton-vpn-api-core/proton-vpn-api-core-0.42.4.ebuild
@@ -38,5 +38,12 @@ src_prepare() {
}
python_test() {
+ # VPN connection cannot be tested within sandbox
+ local EPYTEST_IGNORE=(
+ tests/connection
+ tests/core/refresher
+ tests/core/test_{connection,settings,usage}.py
+ )
+
XDG_RUNTIME_DIR="${T}/python_test" epytest
}