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

psf / black / 980
96%

Build:
DEFAULT BRANCH: master
Ran 03 Jun 2020 10:17PM UTC
Jobs 4
Files 8
Run time 22s
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

pending completion
980

push

travis-ci-com

web-flow
expression tests: adjust starred expression for Python 3.9 (#1441) (#1477)

As discussed in #1441, Python 3.9's new parser will not parse
`(*starred)` even using `compile()` with the `PyCF_ONLY_AST`
flag (as `ast.parse()` does), it raises a `SyntaxError`. This
breaks the four tests that use this file with Python 3.9.
Upstream does not consider this to be a bug - see
https://bugs.python.org/issue40848#msg370643 - so we must
adjust the expression. As suggested by @JelleZijlstra, this just
adds a comma, which makes the new parser happy with it (the old
parser is fine with this form also).

Signed-off-by: Adam Williamson <awilliam@redhat.com>

4529 of 4722 relevant lines covered (95.91%)

2.87 hits per line

Jobs
ID Job ID Ran Files Coverage
1 980.1 (TEST_CMD="pre-commit run --all-files") 03 Jun 2020 10:18PM UTC 0
0.0
Travis Job 980.1
2 980.2 (TEST_CMD="coverage run -m unittest") 03 Jun 2020 10:18PM UTC 0
95.66
Travis Job 980.2
3 980.3 (TEST_CMD="coverage run -m unittest") 03 Jun 2020 10:17PM UTC 0
95.66
Travis Job 980.3
4 980.4 (TEST_CMD="coverage run -m unittest") 03 Jun 2020 10:17PM UTC 0
95.75
Travis Job 980.4
Source Files on build 980
Detailed source file information is not available for this build.
  • Back to Repo
  • Build #980
  • 88d12f88 on github
  • Prev Build on master (#1939)
  • Next Build on master (#1942)
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