Skip to content

Commit

Permalink
comment out
Browse files Browse the repository at this point in the history
  • Loading branch information
jaimergp committed Oct 22, 2023
1 parent 427523c commit c8da68d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tests/test_repoquery.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@ def test_query_search():
"ca-certificates !=2022.9.24,>2020",
"ca-certificates=*=*_0",
# TODO: channel specs are accepted but they seem to be ignored by libmambapy.Query!
"pkgs/main::ca-certificates",
"pkgs/main::ca-certificates=2022.9.24",
"pkgs/main::ca-certificates[version='>=2022.9.24']",
"pkgs/main::ca-certificates[build='*_0']",
# "defaults::ca-certificates",
# "defaults::ca-certificates=2022.9.24",
# "defaults::ca-certificates[version='>=2022.9.24']",
# "defaults::ca-certificates[build='*_0']",
):
results = index.search(query)
assert len(results) > 0, query
Expand Down

0 comments on commit c8da68d

Please sign in to comment.