Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
janvanmansum committed Nov 27, 2023
1 parent 64b6c9a commit 8bb1030
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/tests/test_module_info.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@


def test_only_modules_with_matching_prefix_found():
# Mock Rpm.qa
with patch('datastation.common.module_info.rpm_qa') as mock_qa:
mock_qa.return_value = ['dans.knaw.nl-dd-vault-metadata-2.2.0-1.noarch',
'dans.knaw.nl-dans-schema-0.10.0-1.noarch',
Expand All @@ -20,7 +19,6 @@ def test_only_modules_with_matching_prefix_found():


def test_no_modules_found():
# Mock Rpm.qa
with patch('datastation.common.module_info.rpm_qa') as mock_qa:
mock_qa.return_value = ['python3-rpm-generators-5-8.el8.noarch']
versions = get_rpm_versions('dans.knaw.nl-')
Expand Down

0 comments on commit 8bb1030

Please sign in to comment.