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

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

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

05 Apr 2016 12:17AM 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 (and test)

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.

Add unit test
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 2031.4 (TOX_ENV=py34-cdh-airflow_backend_mysql)
  • Tree
  • List 0
  • Changed 6
  • Source Changed 6
  • Coverage Changed 3
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 2031
  • Travis Job 2031.4
  • b37a58fb 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