commit:     076b90483235347587879422167f8de9dbf36dc2
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Nov  4 18:58:45 2025 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Nov  4 18:58:45 2025 +0000
URL:        https://gitweb.gentoo.org/proj/python-guide.git/commit/?id=076b9048

test: Suggest conditional PROPERTIES=test_network

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 test.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test.rst b/test.rst
index 6422cc9..8d3f1e5 100644
--- a/test.rst
+++ b/test.rst
@@ -646,7 +646,7 @@ tests and combine test restriction with 
``PROPERTIES=test_network``
 to allow interested users to run tests when possible::
 
     # users can use ALLOW_TEST=network to override this
-    PROPERTIES="test_network"
+    PROPERTIES="test? ( test_network )"
     RESTRICT="test"
 
     distutils_enable_tests pytest

Reply via email to