1
1
Fork 0
mirror of https://github.com/pypa/pip synced 2023-12-13 21:30:23 +01:00
pip/tests/unit
Zvezdan Petkovic 4e2c1fa77c Use a realpath for the temporary build directory. (#3701)
Some systems have /tmp symlinked which confuses custom builds, such as
numpy. This ensures that real path is passed and that such builds
resolve their paths correctly during build and install.

Added test for the change and also for the previous related fix: #707

---

*This was migrated from pypa/pip#3079 to reparent it to the ``master``
branch. Please see original pull request for any previous discussion.*
2016-05-19 21:02:26 -04:00
..
__init__.py break up tests dir into data, unit tests, and functional tests 2013-05-29 13:41:12 -07:00
test_appdirs.py set os.pathsep 2015-12-01 00:01:49 +01:00
test_basecommand.py Fix for Python 3.x, Refactor, and small changes 2014-09-18 07:44:02 -04:00
test_cmdoptions.py Issue #2675: Granular control over wheels/sdists 2015-04-24 08:52:48 +12:00
test_compat.py Add pip.compat.expanduser to workaround http://bugs.python.org/issue14768 2015-09-29 16:01:32 -04:00
test_download.py Skip SafeFileCache no_perms tests on windows 2016-01-17 22:40:46 +01:00
test_finder.py Drop useless test 2016-01-15 10:19:07 +01:00
test_index.py Merge pull request #3435 from fungi/develop 2016-03-03 07:21:40 -05:00
test_locations.py Fix test_locations unit tests on windows 2016-01-17 22:40:46 +01:00
test_options.py Remove items slated for removal in pip 8.0 2015-09-03 10:55:11 -04:00
test_pep425tags.py Add a test for handling of totally malformed glibc version strings 2016-03-30 15:04:47 -07:00
test_proxy.py Use requests instead of urllib2 2013-09-24 23:32:03 -04:00
test_req.py Give markers chance to remove incompat wheel links 2016-04-07 13:00:03 -04:00
test_req_file.py Update to use the Requirement class from packaging 2016-03-07 11:40:39 +11:00
test_req_install.py Use a realpath for the temporary build directory. (#3701) 2016-05-19 21:02:26 -04:00
test_req_uninstall.py Fix TestUninstallPathSet.test_add 2016-01-17 22:40:46 +01:00
test_unit_outdated.py Let logging format messages on demand 2016-01-03 00:21:59 +02:00
test_utils.py Use a realpath for the temporary build directory. (#3701) 2016-05-19 21:02:26 -04:00
test_vcs.py remove unused arguments find_tags in vcs.get_src_requirement 2016-01-14 19:04:04 +01:00
test_wheel.py Use logger.warning instead of deprecated logger.warn 2016-04-15 16:30:28 +03:00