mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-02-17 00:04:42 +04:00
use a simpler gem for testing additional_dependencies
tins required building bigdecimal, whereas jmespath is self-contained
This commit is contained in:
parent
0d4c6da36e
commit
5c3d006443
1 changed files with 2 additions and 2 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