Skip to content

Commit

Permalink
Add test for reference
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleFromNVIDIA committed May 17, 2024
1 parent adc54a7 commit 20add36
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion test/rapids_pre_commit_hooks/test_alpha_spec.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,12 @@
),
("cuml", "cuml>=24.04,<=24.06", "development", "cuml<=24.06,>=0.0.0a0,>=24.04"),
("cuml", "cuml>=24.04,<=24.06,>=0.0.0a0", "release", "cuml<=24.06,>=24.04"),
(
"cuml",
"&cuml cuml>=24.04,<=24.06,>=0.0.0a0",
"release",
"cuml<=24.06,>=24.04",
),
("packaging", "packaging", "development", None),
],
)
Expand Down Expand Up @@ -86,7 +92,7 @@ def test_check_package_spec(package, content, mode, replacement):
dedent(
"""\
- package_a
- package_b
- &package_b package_b
"""
),
[0, 1],
Expand Down

0 comments on commit 20add36

Please sign in to comment.