Skip to content

Commit da674e3

Browse files
committed
Add xz dependency
Install xz as dependency for the rails test.
1 parent 9492db5 commit da674e3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/test_ruby.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,12 +103,13 @@ def test_rails_template(auto_container_per_test):
103103

104104
# Rails asset pipeline needs Node.js and yarn
105105
auto_container_per_test.connection.check_output(
106-
"zypper -n in nodejs-default libyaml-devel"
106+
"zypper -n in nodejs-default libyaml-devel xz"
107107
)
108108

109109
auto_container_per_test.connection.check_output(
110110
"gem install 'rails:~> 8.0'"
111111
)
112+
112113
# auto_container_per_test.connection.run_expect([0], "zypper -n in npm nodejs")
113114
# auto_container_per_test.connection.run_expect([0], "npm -g install yarn")
114115
auto_container_per_test.connection.check_output(

0 commit comments

Comments
 (0)