summaryrefslogtreecommitdiff
path: root/setuptools/tests/test_wheel.py
Commit message (Expand)AuthorAgeFilesLines
* Simplify changes targeting sys_tags cacheAnderson Bravalheri2023-03-081-14/+7
* Use functools.lru_cache to cache supported tags for wheels.Maurits van Rees2023-03-071-3/+11
* Cache supported tags for wheels.Maurits van Rees2023-03-071-0/+1
* The default encoding of Python sources is UTF-8Dimitri Papadopoulos2022-11-201-2/+0
* Run the test on Windows, but don't check the file modeAnderson Bravalheri2022-03-141-2/+3
* Deactivate tests on windowsJosip Delic2022-03-141-0/+1
* Update setuptools/tests/test_wheel.pyAnderson Bravalheri2022-03-141-1/+2
* Add test for zipefile modeJosip Delic2022-03-141-0/+84
* Add new test to document expected order stability.Matthew Suozzo2021-12-161-0/+33
* Switch to jaraco.path for building filesJason R. Coombs2021-02-201-2/+2
* Remove Python 2 compatibilityJason R. Coombs2020-08-161-2/+0
* 👹 Feed the hobgoblins (delint).Jason R. Coombs2020-01-191-5/+6
* 👹 Feed the hobgoblins (delint).Jason R. Coombs2020-01-191-2/+4
* wheel: fix `is_compatible` implementationBenoit Pierre2019-11-251-0/+9
* wheel: fix installation of empty namespace packageBenoit Pierre2019-10-071-0/+28
* Feed the hobgoblins (delint).Jason R. Coombs2019-01-261-0/+2
* Use Python 3 syntax for new-style clasessJason R. Coombs2018-06-031-1/+3
* Use canonicalize_name to look for .dist-info in wheel filesArnon Yaari2018-05-161-0/+33
* Switch test_wheel over to subset-based testPaul Ganssle2018-04-071-126/+142
* Update wheel tests to reflect latest versionPaul Ganssle2018-04-061-16/+0
* fix `data_files` handling when installing from wheelBenoit Pierre2017-11-301-0/+36
* fix namespace packages handling of wheelsBenoit Pierre2017-11-271-0/+32
* fix encoding handling of wheels metadataBenoit Pierre2017-11-261-2/+12
* easy_install: add support for installing from wheelsBenoit Pierre2017-11-261-0/+430