Skip to content

Commit b2c5c67

Browse files
committed
Skip test due to Warehouse behavior change
1 parent 275ab7c commit b2c5c67

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

tests/functional/test_search.py

+6
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,12 @@ def test_basic_search(script):
7373

7474

7575
@pytest.mark.network
76+
@pytest.mark.skip(
77+
reason=("Warehouse search behavior is different and no longer returns "
78+
"multiple results. See "
79+
"https://github.com/pypa/warehouse/issues/3717 for more "
80+
"information."),
81+
)
7682
def test_multiple_search(script):
7783
"""
7884
Test searching for multiple packages at once.

0 commit comments

Comments
 (0)