Replace ruby-libs binary #392

This commit is contained in:
Tomáš Chvátal 2020-03-14 16:19:17 +01:00 committed by Tomáš Chvátal
parent d6548663d6
commit c99dfefd07
3 changed files with 2 additions and 2 deletions

Binary file not shown.

View File

@ -244,8 +244,8 @@ def test_multiple_errors(tmpdir, package, binariescheck):
assert 'W: binary-or-shlib-calls-gethostbyname' in out
@pytest.mark.parametrize('package', ['binary/ruby-libs'])
def test_fedora_ruby_package(tmpdir, package, binariescheck):
@pytest.mark.parametrize('package', ['binary/dependency-info'])
def test_dependency_information(tmpdir, package, binariescheck):
output, test = binariescheck
test.check(get_tested_package(package, tmpdir))
out = output.print_results(output.results)