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

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

Build:
DEFAULT BRANCH: master
Ran 05 Apr 2016 12:35AM 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

05 Apr 2016 12:17AM UTC coverage: 66.202% (+0.1%) from 66.064%
TOX_ENV=py34-cdh-airflow_backend_sqlite

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

5128 of 7746 relevant lines covered (66.2%)

0.66 hits per line

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