From 60c726d47eeebcb82250fbbbfe29034cda117b09 Mon Sep 17 00:00:00 2001 From: Gyeongjae Choi Date: Sat, 7 Dec 2024 19:13:36 +0900 Subject: [PATCH] Update tests/integration/test_integration.py Co-authored-by: Hood Chatham --- tests/integration/test_integration.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/integration/test_integration.py b/tests/integration/test_integration.py index 74316d4..9f26de3 100644 --- a/tests/integration/test_integration.py +++ b/tests/integration/test_integration.py @@ -1,5 +1,5 @@ -# integration tests for micropip -# these test often requires querying to the real packages existing in PyPI, +# Integration tests for micropip +# These test often requires querying to the real packages existing in PyPI, # to test the micropip's ability to install packages from real world package indexes. # To prevent sending many requests to remote servers, these tests are disabled by default.