Adding upstream version 3.7.1.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
a8737b0b29
commit
d24c1558a4
7 changed files with 28 additions and 9 deletions
|
@ -91,8 +91,8 @@ def test_ruby_additional_deps(tmp_path):
|
|||
tmp_path,
|
||||
ruby,
|
||||
'ruby -e',
|
||||
args=('require "tins"',),
|
||||
deps=('tins',),
|
||||
args=('require "jmespath"',),
|
||||
deps=('jmespath',),
|
||||
)
|
||||
assert ret == (0, b'')
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue