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

airbnb / airflow / 2015 / 4
0%
master: 0%

Build:
DEFAULT BRANCH: master
Ran 04 Apr 2016 04:27PM UTC
Files 124
Run time 6s
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

04 Apr 2016 04:11PM UTC coverage: 65.905% (-0.004%) from 65.909%
TOX_ENV=py34-cdh-airflow_backend_mysql

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

5105 of 7746 relevant lines covered (65.9%)

0.66 hits per line

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