[neon/neon-packaging/selenium-webdriver-at-spi/Neon/release] debian/patches: refresh patch

Carlos De Maine null at kde.org
Sat Dec 13 00:36:35 GMT 2025


Git commit 00f01ab8000359b25db3cfbab75814ca13821584 by Carlos De Maine.
Committed on 13/12/2025 at 00:35.
Pushed by carlosdem into branch 'Neon/release'.

refresh patch

M  +6    -6    debian/patches/virtenv.diff

https://invent.kde.org/neon/neon-packaging/selenium-webdriver-at-spi/-/commit/00f01ab8000359b25db3cfbab75814ca13821584

diff --git a/debian/patches/virtenv.diff b/debian/patches/virtenv.diff
index bf02f0c..8024864 100644
--- a/debian/patches/virtenv.diff
+++ b/debian/patches/virtenv.diff
@@ -30,10 +30,10 @@ index ba1d29455fd4728fc6feceeff44c8a9766aa982b..b79c014d56dddd5e17ba24b2e02f2c43
 +
 +    if ENV.include?('VIRTUAL_ENV')
 +      exec('kwin-selenium-tester', *extra_args,
-+         '--exit-with-session', "#{__FILE__} #{ARGV.shelljoin}")
++         '--exit-with-session', "#{__FILE__} #{ARGV.shelljoin}", out: File::NULL)
 +    else
 +      exec('kwin_wayland', '--no-lockscreen', *extra_args,
-          '--exit-with-session', "#{__FILE__} #{ARGV.shelljoin}")
+          '--exit-with-session', "#{__FILE__} #{ARGV.shelljoin}", out: File::NULL)
 +    end
    end
    _pid, status = Process.waitpid2(kwin_pid)
@@ -45,8 +45,8 @@ index ba1d29455fd4728fc6feceeff44c8a9766aa982b..b79c014d56dddd5e17ba24b2e02f2c43
 -requirements_installed_marker = "#{Dir.tmpdir}/selenium-requirements-installed"
 -if !File.exist?(requirements_installed_marker) && File.exist?("#{datadir}/requirements.txt")
 -  raise 'pip3 not found in PATH!' unless system('which', 'pip3')
--  unless system('pip3', 'install', '-r', 'requirements.txt', chdir: datadir)
--    unless system('pip3', 'install', '--break-system-packages', '-r', 'requirements.txt', chdir: datadir)
+-  unless system('pip3', 'install', '--disable-pip-version-check', '-r', 'requirements.txt', chdir: datadir, out: File::NULL)
+-    unless system('pip3', 'install', '--disable-pip-version-check', '--break-system-packages', '-r', 'requirements.txt', chdir: datadir, out: File::NULL)
 -      raise 'Failed to run pip3 install!'
 -    end
 -  end
@@ -65,8 +65,8 @@ index ba1d29455fd4728fc6feceeff44c8a9766aa982b..b79c014d56dddd5e17ba24b2e02f2c43
 +	requirements_installed_marker = "#{Dir.tmpdir}/selenium-requirements-installed"
 +	if !File.exist?(requirements_installed_marker) && File.exist?("#{datadir}/requirements.txt")
 +		raise 'pip3 not found in PATH!' unless system('which', 'pip3')
-+		unless system('pip3', 'install', '--user', '-r', 'requirements.txt', chdir: datadir)
-+		unless system('pip3', 'install', '--user', '--break-system-packages', '-r', 'requirements.txt', chdir: datadir)
++		unless system('pip3', 'install', '--user', '--disable-pip-version-check', '-r', 'requirements.txt', chdir: datadir, out: File::NULL)
++		unless system('pip3', 'install', '--user', '--disable-pip-version-check', '--break-system-packages', '-r', 'requirements.txt', chdir: datadir, out: File::NULL)
 +				raise 'Failed to run pip3 install!'
 +			end
 +		end


More information about the Neon-commits mailing list