def setuptools.tests.test_easy_install.TestSetupRequires.create_sdist |
( |
| ) |
|
|
static |
Return an sdist with a setup_requires dependency (of something that
doesn't exist)
def setuptools.tests.test_easy_install.TestSetupRequires.test_setup_requires_honors_fetch_params |
( |
|
self | ) |
|
When easy_install installs a source distribution which specifies
setup_requires, it should honor the fetch parameters (such as
allow-hosts, index-url, and find-links).
def setuptools.tests.test_easy_install.TestSetupRequires.test_setup_requires_overrides_version_conflict |
( |
|
self | ) |
|
Regression test for issue #323.
Ensures that a distribution's setup_requires requirements can still be
installed and used locally even if a conflicting version of that
requirement is already on the path.
The documentation for this class was generated from the following file:
Copyright 2014 Google Inc. All rights reserved.