docs/Rakefile: fix broken link.

This link works but it's failing CI.
This commit is contained in:
Mike McQuaid 2023-09-13 09:00:37 +01:00
parent 7a849b3d1c
commit c2bddc9957
No known key found for this signature in database
GPG Key ID: 3338A31AFDB1D829

View File

@ -30,7 +30,8 @@ task test: :build do
], ],
ignore_urls: [ ignore_urls: [
%r{https://formulae.brew.sh"}, %r{https://formulae.brew.sh"},
%r{https://github.com/} %r{https://github.com/},
'https://legacy.python.org/dev/peps/pep-0453/#recommendations-for-downstream-distributors',
], ],
cache: { cache: {
timeframe: { timeframe: {