← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1829455] Re: tox-fast8 support which will run pep8 only on updated(delta) code

 

Reviewed:  https://review.opendev.org/659225
Committed: https://git.openstack.org/cgit/openstack/keystone/commit/?id=e054b368dcf147a3dd4e2a746ee9c5c9401718c9
Submitter: Zuul
Branch:    master

commit e054b368dcf147a3dd4e2a746ee9c5c9401718c9
Author: Vishakha Agarwal <agarwalvishakha18@xxxxxxxxx>
Date:   Wed May 15 12:42:42 2019 +0530

    Pep8 environment to run on delta code only
    
    Currently tox -epep8 will run flake8 on whole code.
    To make this fast, flake8 support is added for only
    updated(delta) code. Same can be run by "tox -efast8".
    
    It also determines how many commits to check based on the
    $FAST8_NUM_COMMITS env variable. If set to "smart",
    it uses git to try to run against all unsubmitted commits.
    This allows fast8 to be more useful when actively
    developing a series of patches.
    
    Closes-Bug: #1829455
    Change-Id: Ic02d7a91c6f6b227abf14bc6f7cb85815591c0d3


** Changed in: keystone
       Status: In Progress => Fix Released

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Identity (keystone).
https://bugs.launchpad.net/bugs/1829455

Title:
  tox-fast8 support which will run pep8 only on updated(delta) code

Status in OpenStack Identity (keystone):
  Fix Released

Bug description:
  tox-fast8 support which will run prp8 only on updated contents(only on
  git diff)

To manage notifications about this bug go to:
https://bugs.launchpad.net/keystone/+bug/1829455/+subscriptions


References