Skip to content

Commit

Permalink
fix: skip a test
Browse files Browse the repository at this point in the history
Signed-off-by: Frost Ming <[email protected]>
frostming committed Dec 9, 2024

Verified

This commit was signed with the committer’s verified signature.
frostming Frost Ming
1 parent 3a0ecc3 commit 18b2057
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/cli/test_others.py
Original file line number Diff line number Diff line change
@@ -127,6 +127,7 @@ def test_import_requirement_no_overwrite(project, pdm, tmp_path):


@pytest.mark.network
@pytest.mark.xfail(reason="HTTP search risk controlled")
def test_search_package(pdm, tmp_path):
with cd(tmp_path):
result = pdm(["search", "requests"], strict=True)

0 comments on commit 18b2057

Please sign in to comment.