• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

roundup-tracker / roundup / 9089843172
74%

Build:
DEFAULT BRANCH: master
Ran 15 May 2024 04:18AM UTC
Jobs 1
Files 115
Run time 1min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

15 May 2024 04:08AM UTC coverage: 75.177% (-0.02%) from 75.198%
9089843172

push

github

rouilj
issue2551350 - Python changes for 3.12 with roundup 2.3.0 mailer.py

Fix due to change in smtplib.SMTP.starttls() signature.

As of 3.3 it can use an optional ssl context argument for
certificates/keys. In 3.12 it dropped legacy support for specifing
cert/key files as arguments and requires a context.

I modified Andrew's original patch to initialize SSLContext with
ssl.PROTOCOL_TLS_CLIENT.

If there is a cert file specified, enable
  check_hostname - verify that the cert supplied by the server matches
       the hostname we supplied.

If there is no cert file call

  load_default_certs()

Also opened issue2551351 to look into more SMTP ssmtp tightening.  We
also should have an option in Roundup to use TLS/SSL (smtps) without
using starttls.

Note that this code is untested by the test suite due to the need to
setup an SMTP server with STARTTLS support. issue2551351 has some
notes on this.

1 of 9 new or added lines in 1 file covered. (11.11%)

18332 of 24385 relevant lines covered (75.18%)

3.68 hits per line

Jobs
ID Job ID Ran Files Coverage
1 9089843172.1 15 May 2024 04:18AM UTC 0
75.18
GitHub Action Run
Source Files on build 9089843172
Detailed source file information is not available for this build.
  • Back to Repo
  • Github Actions Build #9089843172
  • 2fb480ea on github
  • Prev Build on master (#9089381748)
  • Next Build on master (#9209449418)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc