debian-mirror-gitlab/debian/patches/Gemfile/0030-make-test-dependencies-conditional.patch

14 lines
314 B
Diff
Raw Normal View History

2020-04-13 13:49:04 +05:30
Make test dependencies conditional so we can enable them when running autopkgtest
2017-08-20 00:17:22 +05:30
--- a/Gemfile
+++ b/Gemfile
@@ -335,7 +335,7 @@
2021-10-28 01:36:19 +05:30
gem 'warning', '~> 1.2'
2017-08-20 00:17:22 +05:30
-group :test do
2022-04-04 12:50:17 +05:30
+if ENV["INCLUDE_TEST_DEPENDS"] == "true"
2020-02-24 20:28:28 +05:30
gem 'fuubar', '~> 2.2'
2020-01-01 14:36:02 +05:30
gem 'rspec-retry', '~> 0.6.1'
2021-06-09 22:52:32 +05:30
gem 'rspec_profiling', '~> 0.0.6'