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

MNT: Drop external mock dependency #3860

Merged
merged 2 commits into from
Nov 24, 2019
Merged

Commits on Nov 8, 2019

  1. MNT: Drop external mock dependency

    We've dropped Python 2 support, and since Python 3.3 mock is included
    in the standard library.
    kyleam committed Nov 8, 2019
    Configuration menu
    Copy the full SHA
    3f8361f View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2019

  1. TST: github workflows: Install crawler with [devel]

    datalad-crawler still supports python 2, so it depends on the external
    mock library for its tests.  Install with "[devel]" so that we install
    mock.
    kyleam committed Nov 21, 2019
    Configuration menu
    Copy the full SHA
    6fab782 View commit details
    Browse the repository at this point in the history