Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Handle Python3.12a7 compatibility problems | Anderson Bravalheri | 2023-04-19 | 1 | -0/+8 |
| | |||||
* | Consistently use unittest.mock in tests | Miro Hrončok | 2022-10-17 | 1 | -4/+1 |
| | | | | | | | - Some tests used unittest.mock from the standard library - Some tests used mock from PyPI - Some tests tried to import unittest.mock with a fallback to mock (the import never fails on Python 3.7+, older Pythons are not supported) | ||||
* | Remove Python 2 compatibility | Jason R. Coombs | 2020-08-16 | 1 | -30/+8 |
| | |||||
* | To assess the directoriness of an entry, include the path of that entry. | Jason R. Coombs | 2020-05-10 | 1 | -1/+1 |
| | |||||
* | Restore parameter | Jason R. Coombs | 2020-05-10 | 1 | -1/+1 |
| | |||||
* | Stop recognizing files ending with .dist-info as dist | Nguyễn Gia Phong | 2020-04-24 | 1 | -0/+8 |
| | | | | As proposed in PEP 376, dist-info distributions must be directories. | ||||
* | 👹 Feed the hobgoblins (delint). | Jason R. Coombs | 2020-01-19 | 1 | -3/+5 |
| | |||||
* | Fix #1790 : Include the file path in get_metadata() UnicodeDecodeErrors (#1791) | Chris Jerdonek | 2019-07-13 | 1 | -0/+54 |
| | | | | Include the file path in get_metadata() UnicodeDecodeErrors. | ||||
* | tests: fix `test_distribution_version_missing` to work with pytest>=5.0 | Benoit Pierre | 2019-06-30 | 1 | -1/+1 |
| | |||||
* | Include file path when Version: missing | Chris Jerdonek | 2019-04-03 | 1 | -0/+84 |
| | | | | | | | | | | Related to pip's github issue pypa/pip#6194. This has come up in pip's issue tracker (github) multiple times: - pypa/pip#6177 - pypa/pip#6283 - pypa/pip#6194 | ||||
* | Remove usage relying on deprecated and ambiguous leading slash. Ref #1635 | Jason R. Coombs | 2019-01-20 | 1 | -2/+0 |
| | |||||
* | Test normalize_path on various inputs | Tzu-ping Chung | 2018-10-29 | 1 | -4/+52 |
| | |||||
* | Call os.path.normpath to normalize paths for comp | Tzu-ping Chung | 2018-10-25 | 1 | -0/+5 |
| | |||||
* | Add test for cache_path race condition | Paul Ganssle | 2018-07-12 | 1 | -1/+32 |
| | | | | | | | This mocks out the isdir call so that the directory is created immediately after you determine whether or not it exists, thus simulating a race condition between two threads or processes creating the same directory. | ||||
* | Use text_type and string_types from six | Jason R. Coombs | 2018-06-03 | 1 | -7/+3 |
| | |||||
* | Use Python 3 syntax for new-style clasess | Jason R. Coombs | 2018-06-03 | 1 | -3/+5 |
| | |||||
* | Feed the hobgoblins (delint). | Jason R. Coombs | 2018-03-06 | 1 | -2/+4 |
| | |||||
* | Add testcase for pkg_resources.ZipProvider.resource_listdir | Doug Greiman | 2017-12-11 | 1 | -0/+35 |
| | |||||
* | Clean up resource warnings during tests | Jon Dufresne | 2017-09-16 | 1 | -2/+2 |
| | | | | | | | | | | When tests are invoked with the Python flag -Wall, warnings appear in the form of: ResourceWarning: unclosed file ... Close all files and resources deterministically to avoid such warnings. Most often, easiest to do using a context manager. | ||||
* | Revert "Merge pull request #933 from pypa/feature/581-depend-not-bundle" | Jason R. Coombs | 2017-02-24 | 1 | -1/+1 |
| | | | | | This reverts commit 089cdeb489a0fa94d11b7307b54210ef9aa40511, reversing changes made to aaec654d804cb78dbb6391afff721a63f26a71cd. | ||||
* | Strip out vendored packages and require them instead. Ref #581. | Jason R. Coombs | 2017-01-01 | 1 | -1/+1 |
| | |||||
* | Fix quantity of blank lines. | stepshal | 2016-10-18 | 1 | -4/+1 |
| | |||||
* | Fix quantity of blank lines after code object, class of function definition. | stepshal | 2016-08-20 | 1 | -1/+7 |
| | |||||
* | Always use Python 3 version of map | Jason R. Coombs | 2016-01-16 | 1 | -0/+2 |
| | |||||
* | Add test for regression on Python 3 when LANG=C and there is non-ascii in ↵ | Jason R. Coombs | 2015-12-01 | 1 | -1/+5 |
| | | | | the metadata file before the version. Ref #469. | ||||
* | Rewrite test to use distutils' install_egg_info to generate the metadata. | Jason R. Coombs | 2015-11-28 | 1 | -10/+11 |
| | |||||
* | Rewrite test to simply create the egg_info. | Jason R. Coombs | 2015-11-28 | 1 | -80/+35 |
| | |||||
* | Rename test to match intention. | Jason R. Coombs | 2015-11-28 | 1 | -1/+1 |
| | |||||
* | Move test into pkg_resources tests | Jason R. Coombs | 2015-11-28 | 1 | -0/+96 |
| | |||||
* | Moved test_resources and test_pkg_resources to pkg_resources package. | Jason R. Coombs | 2015-01-03 | 1 | -0/+111 |