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

Move urllib3 to src/urllib3 #1409

Merged
merged 1 commit into from Jul 4, 2018
Merged

Commits on Jul 3, 2018

  1. Move urllib3 to src/urllib3

    When tests are outside the main package, tox recommends putting the main
    package under an 'src' directory to ensure that the installed package is
    tested, not the source[0] . This layout has other benefits, too. [1]
    
    [0]: https://docs.pytest.org/en/latest/goodpractices.html
    [1]: https://blog.ionelmc.ro/2014/05/25/python-packaging/#the-structure
    pquentin committed Jul 3, 2018
    Copy the full SHA
    3ed1327 View commit details
    Browse the repository at this point in the history