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

psf / black / 1942
96%

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

push

travis-ci

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>

4530 of 4722 relevant lines covered (95.93%)

2.87 hits per line

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