|
From: Mercurial C. <th...@in...> - 2026-05-11 01:41:32
|
# HG changeset patch
# User John Rouillard <ro...@ie...>
# Date 1778445578 14400
# Sun May 10 16:39:38 2026 -0400
# Node ID e99c562b8bb496cdcb6760a1ffb969cb27c6ab0b
# Parent 9311bb32ddf023ce879f53be7051363931b21718
issue2551368 - test gpg-2.0.0
Bern updated the issue to report gpg 2.0.0 should be available for
install from pypi.
Test that.
diff -r 9311bb32ddf0 -r e99c562b8bb4 .github/workflows/ci-test.yml
--- a/.github/workflows/ci-test.yml Thu May 07 22:11:20 2026 -0400
+++ b/.github/workflows/ci-test.yml Sun May 10 16:39:38 2026 -0400
@@ -241,7 +241,7 @@
# pygments for markdown2 to highlight code blocks
pip install markdown2 pygments
# docutils for ReStructuredText
- pip install beautifulsoup4 brotli docutils jinja2 \
+ pip install beautifulsoup4 brotli docutils gpg jinja2 \
mistune==0.8.4 pyjwt pytz whoosh
# gpg on PyPi is currently broken with newer OS platform
# ubuntu 24.04
@@ -250,8 +250,8 @@
# bindings on 24.04 or released version for other OS
# versions. See issue2551368. 'pip install gpg' should work
# at some point when things are released to the production repo.
- pip install --index-url https://test.pypi.org/simple/ \
- --extra-index-url https://pypi.org/simple gpg;
+ #pip install --index-url https://test.pypi.org/simple/ \
+ # --extra-index-url https://pypi.org/simple gpg;
- name: Install aux packages that need versions differences
# if zstd fails install, keep going with test, don't abort
|