Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mock part of python 3.x #685

Merged
merged 3 commits into from Jun 15, 2021
Merged

Mock part of python 3.x #685

merged 3 commits into from Jun 15, 2021

Commits on Dec 30, 2020

  1. Mock part of python 3.x

    Now that Bandit is Python 3.5+ only, there is no need to install
    the mock library. The mock library became part of base Python as
    of Python 3.3. See [1]
    
    [1] https://pypi.org/project/mock/
    
    Signed-off-by: Eric Brown <browne@vmware.com>
    ericwb committed Dec 30, 2020
    Copy the full SHA
    cf713ec View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2021

  1. Copy the full SHA
    e6dda81 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2021

  1. Copy the full SHA
    c7e7314 View commit details
    Browse the repository at this point in the history