Skip to content

Commit fc9d553

Browse files
committed
Add dependencies for rails
Install dependencies for the rails test.
1 parent 9492db5 commit fc9d553

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

tests/test_ruby.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,14 +101,15 @@ def test_rails_template(auto_container_per_test):
101101
).startswith("2.5"):
102102
pytest.xfail("Rails 8 needs Ruby >= 3.0")
103103

104-
# Rails asset pipeline needs Node.js and yarn
104+
# Rails asset pipeline needs Node.js and yarn. Rauks needs xzcat and the apps:template needs libxslt
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 libxslt"
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)