On Mon, 27 Jan 2025 15:05:39 +0100 Pirate Praveen <prav...@debian.org>
wrote:
This is actually a bug in sass-spec and fixed by the following patch
--- a/lib/sass_spec/test.rb
+++ b/lib/sass_spec/test.rb
@@ -19,7 +19,7 @@
end
class SassSpecRunner
- include MiniTest::Assertions
+ include Minitest::Assertions
attr_accessor :assertions
Hi Jonas,
Since libsass autopkgtest failure is blocking ruby 3.3 migration to
testing, it'd be good if you can upload this fix for sass-spec soon. If
you are okay with the patch, I could do an NMU as well.
We will anyway have to request libsass to be removed from testing to get
ruby 3.3 to migrate.
There is also #988884 (libsass is deprecated upstream).
Thanks
Praveen