remove useless check

Signed-off-by: Todd Gamblin <tgamblin@llnl.gov>
This commit is contained in:
Todd Gamblin 2024-04-30 11:59:51 -07:00
parent 752c0d4fe2
commit cf9720e00d
No known key found for this signature in database
GPG Key ID: C16729F1AACF66C6

View File

@ -148,8 +148,6 @@ def test_package_hash_all_same_but_archive_hash(mock_packages, config):
# the sources for these two packages will not be the same b/c their archive hashes differ
assert spec1.to_node_dict()["sources"] != spec2.to_node_dict()["sources"]
assert spec1.dag_hash() != spec2.dag_hash()
def test_package_hash_all_same_but_resources(mock_packages, config):
spec1 = Spec("hash-test1@1.7").concretized()