Skip to content

Commit

Permalink
revert testing changes
Browse files Browse the repository at this point in the history
  • Loading branch information
jameslamb committed May 13, 2024
1 parent 3c40558 commit 294f7db
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions python/rmm/rmm/tests/test_rmm.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2020-2024, NVIDIA CORPORATION.
# Copyright (c) 2020-2022, NVIDIA CORPORATION.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand Down Expand Up @@ -975,10 +975,3 @@ def test_invalid_logging_level(level):
rmm.set_flush_level(level)
with pytest.raises(TypeError):
rmm.should_log(level)


@pytest.mark.parametrize("pkg_data_str", [rmm.__version__, rmm.__git_commit__])
def test_version_constants_are_populated(pkg_data_str):
assert isinstance(pkg_data_str, str)
assert pkg_data_str == pkg_data_str.strip()
assert len(pkg_data_str.strip()) > 0

0 comments on commit 294f7db

Please sign in to comment.