We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
ruby
1 parent 9cd72a4 commit 4098a9fCopy full SHA for 4098a9f
2 files changed
debian/changelog
@@ -8,6 +8,8 @@ ruby3.1 (3.1.2-1) unstable; urgency=medium
8
- Update-rubygems-to-version-3.3.3.patch: dropped, not necessary anymore
9
* Exclude new tests for "gem update --system"
10
* Update debian/libruby3.1.symbols for new upstream release
11
+ * Exclude test TestRelineAsReadline#test_without_tty, as it assumes `ruby`
12
+ is available on PATH.
13
14
-- Antonio Terceiro <terceiro@debian.org> Fri, 22 Apr 2022 09:43:42 -0300
15
debian/tests/excludes/any/TestRelineAsReadline.rb
@@ -0,0 +1 @@
1
+exclude :test_without_tty, 'assumes `ruby` is available on PATH (not true for clean builds)`'
0 commit comments