File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff 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 (
You can’t perform that action at this time.
0 commit comments