From ee25de4c334469a14dc166d5391625af43b19441 Mon Sep 17 00:00:00 2001 From: Pirate Praveen Date: Thu, 20 Aug 2020 17:49:52 +0530 Subject: [PATCH] Drop phantomjs from autopkgtest dependencies, add needs-internet restriction --- debian/tests/control | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/debian/tests/control b/debian/tests/control index 7780124cb6..0faab04bf9 100644 --- a/debian/tests/control +++ b/debian/tests/control @@ -10,7 +10,6 @@ Depends: @, ruby-sqlite3, # For building gitlab-shell golang-any, - phantomjs, # Dependencies in test group ruby-fuubar (>= 2.2~), ruby-rspec-retry (>= 0.6.1~), @@ -27,4 +26,4 @@ Depends: @, ruby-rspec-rails (>= 4.0~beta3~), ruby-spring (>= 2.0~), ruby-simplecov -Restrictions: needs-root +Restrictions: needs-root, needs-internet