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

airbnb / airflow / 1996 / 5
0%
master: 0%

Build:
DEFAULT BRANCH: master
Ran 03 Apr 2016 05:12PM UTC
Files 124
Run time 5s
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

03 Apr 2016 04:55PM UTC coverage: 66.202% (-0.004%) from 66.206%
TOX_ENV=py34-cdh-airflow_backend_sqlite

Pull #1285

travis-ci

jlowin
Deprecate *args and **kwargs in BaseOperator

BaseOperator silently accepts any arguments. This deprecates the
behavior with a warning that says it will be forbidden in Airflow 2.0.

This PR also turns on DeprecationWarnings by default, which in turn
revealed that inspect.getargspec is deprecated. Here it is replaced by
`inspect.signature` (Python 3) or `funcsigs.signature` (Python 2).

Lastly, this brought to attention that example_http_operator was
passing an illegal argument.
Pull Request #1285: Deprecate *args and **kwargs in BaseOperator

5128 of 7746 relevant lines covered (66.2%)

0.66 hits per line

Source Files on job 1996.5 (TOX_ENV=py34-cdh-airflow_backend_sqlite)
  • Tree
  • List 0
  • Changed 4
  • Source Changed 4
  • Coverage Changed 3
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 1996
  • Travis Job 1996.5
  • a2c32124 on github
  • Prev Job for TOX_ENV=py34-cdh-airflow_backend_sqlite on master (#1995.5)
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