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

alecthomas / voluptuous / 591
95%
master: 96%

Build:
Build:
LAST BUILD BRANCH: match-error-messages
DEFAULT BRANCH: master
Ran 10 Jan 2019 01:59PM UTC
Jobs 4
Files 6
Run time 38s
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
591

Pull #380

travis-ci

web-flow
Fix #379: Regression with Any and required

In 0.9.3, the `Schema`s associated to the `Any` validators where setup with the
`required` argument given to `Any`

https://github.com/alecthomas/voluptuous/blob/0.9.3/voluptuous/validators.py#L218

This allow us to write something like:

```
Schema(Any({'a': int}, {'b': str}, required=True))
```

In recent version, the `required` keyword is ignored.

This patch pass the required argument to the `Schema`s associated with the
`SubValidator`.
Pull Request #380: Fix #379: Regression with Any and required

2 of 2 new or added lines in 1 file covered. (100.0%)

1036 of 1086 relevant lines covered (95.4%)

3.77 hits per line

Jobs
ID Job ID Ran Files Coverage
1 591.1 10 Jan 2019 01:59PM UTC 0
93.46
Travis Job 591.1
2 591.2 10 Jan 2019 01:59PM UTC 0
94.57
Travis Job 591.2
3 591.3 10 Jan 2019 01:59PM UTC 0
94.57
Travis Job 591.3
4 591.4 10 Jan 2019 01:59PM UTC 0
94.57
Travis Job 591.4
Source Files on build 591
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #591
  • Pull Request #380
  • PR Base - master (#589)
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