Diff activerecord-7.0.7.2 with a activerecord-7.0.8
/usr/portage/dev-ruby/activerecord/activerecord-7.0.8.ebuild 2023-10-09 14:52:30.420368374 +0300 | ||
---|---|---|
2 | 2 |
# Distributed under the terms of the GNU General Public License v2 |
3 | 3 | |
4 | 4 |
EAPI=8 |
5 |
USE_RUBY="ruby30 ruby31 ruby32" |
|
5 |
USE_RUBY="ruby31 ruby32" |
|
6 | 6 | |
7 | 7 |
# this is not null so that the dependencies will actually be filled |
8 | 8 |
RUBY_FAKEGEM_TASK_TEST="test" |
... | ... | |
82 | 82 | |
83 | 83 |
# Avoid test requiring specific locales |
84 | 84 |
sed -i -e '/test_unicode_input_casting/askip "Requires specific locales"' test/cases/binary_test.rb || die |
85 | ||
86 |
# Avoid test not compatible with sqlite 3.43 |
|
87 |
sed -e '/test_should_return_float_average_if_db_returns_such/askip "Fails with sqlite 3.43"' \ |
|
88 |
-i test/cases/calculations_test.rb || die |
|
85 | 89 |
} |
86 | 90 | |
87 | 91 |
each_ruby_test() { |