1
0
Fork 0

Adding upstream version 3.7.1.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-02-09 21:49:38 +01:00
parent a8737b0b29
commit d24c1558a4
Signed by: daniel
GPG key ID: FBB4F0E80A80222F
7 changed files with 28 additions and 9 deletions

View file

@ -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'')