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

Remove the dependency on mock #285

Merged
merged 7 commits into from
Jul 9, 2019
Merged

Remove the dependency on mock #285

merged 7 commits into from
Jul 9, 2019

Commits on Jul 9, 2019

  1. Modify setup.py so that mock is coming from unittest when using python3.

    A conftest file has been added to centralize fixture as much as possible.
    js-dieu authored and mwouts committed Jul 9, 2019
    Configuration menu
    Copy the full SHA
    b6974b5 View commit details
    Browse the repository at this point in the history
  2. flake8

    mwouts committed Jul 9, 2019
    Configuration menu
    Copy the full SHA
    99855a9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    46de10a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3b756cc View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ddfe345 View commit details
    Browse the repository at this point in the history
  6. Update HISTORY.rst

    mwouts committed Jul 9, 2019
    Configuration menu
    Copy the full SHA
    f1049b5 View commit details
    Browse the repository at this point in the history
  7. Remove mock from requirements

    As conditional requirements are not compatible with conda and break our CI
    mwouts committed Jul 9, 2019
    Configuration menu
    Copy the full SHA
    c02ee2f View commit details
    Browse the repository at this point in the history