dev-util/fortls: add comment about disabled test

Signed-off-by: Sergey Torokhov <torokhov-s-a@yandex.ru>
This commit is contained in:
Sergey Torokhov
2024-03-24 17:27:37 +03:00
parent a17708cab5
commit 2ab787c291
2 changed files with 2 additions and 0 deletions

View File

@@ -21,6 +21,7 @@ RDEPEND="
distutils_enable_tests pytest
# Disable test that requires pypi.org connection
EPYTEST_DESELECT=(
test/test_interface.py::test_version_update_pypi
)

View File

@@ -21,6 +21,7 @@ RDEPEND="
distutils_enable_tests pytest
# Disable test that requires pypi.org connection
EPYTEST_DESELECT=(
test/test_interface.py::test_version_update_pypi
)