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

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

14 lines
316 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
@@ -368,7 +368,7 @@
gem 'warning', '~> 1.3'
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"
2023-06-20 11:34:45 +05:30
gem 'fuubar', '~> 2.2.0'
gem 'rspec-retry', '~> 0.6.2'
2021-06-09 22:52:32 +05:30
gem 'rspec_profiling', '~> 0.0.6'