Fix a handful of unit test failures.

Review Request #9371 — Created Nov. 14, 2017 and submitted

Information

RBTools
release-0.7.x
08d277d...

Reviewers

The new kgb is a lot more strict when it comes to kwargs. This change
fixes up some test failures that were introduced by upgrading to it.

Ran unit tests.

Description From Last Updated

Can you bump the kgb dependency in dev-requirements.txt?

chipx86chipx86

You shoudl just be able to add **kwargs instead here. It just needs to be compatible (basically, all keyword arguments …

chipx86chipx86
chipx86
  1. 
      
  2. Show all issues

    Can you bump the kgb dependency in dev-requirements.txt?

  3. rbtools/clients/tests/test_svn.py (Diff revision 1)
     
     
     
    Show all issues

    You shoudl just be able to add **kwargs instead here. It just needs to be compatible (basically, all keyword arguments in the original function are forwarded now by name to the new function -- *args, **kwargs can still catch any extra arguments here).

  4. 
      
david
chipx86
  1. Ship It!
  2. 
      
david
Review request changed

Status: Closed (submitted)

Change Summary:

Pushed to release-0.7.x (7a2c691)
Loading...