summaryrefslogtreecommitdiff
path: root/tests/conftest.py
Commit message (Collapse)AuthorAgeFilesLines
* Adopted black and reformatted the codebase to matchAlex Grönholm2021-12-241-16/+36
|
* Upgraded to py3.7+ syntaxAlex Grönholm2021-12-221-5/+2
|
* Support unpacking wheels that contain files with commas in their names (#427)Hood Chatham2021-12-221-1/+1
| | | | | The csv module is now being used to read RECORD. Co-authored-by: Alex Grönholm <alex.gronholm@nextday.fi>
* Don't try to build ABI3 extensions on WindowsAlex Grönholm2020-01-211-0/+4
|
* Skip unicode dist and related test on Python < 3.6Alex Grönholm2020-01-211-1/+6
| | | | Due to encoding issues, this ends up failing in certain cases and there is nothing wheel can do about it.
* Build wheels into a temporary directory in the test setup phaseAlex Grönholm2018-07-171-18/+9
| | | | This avoids polluting the project directory and also avoids unicode issues when a py3 test suite encounters a unicode containing wheel.
* Renamed the wheel.tool package to wheel.cli and migrated CLI stuff thereAlex Grönholm2018-07-171-44/+3
| | | | The VerifyingZipFile class was also merged to the WheelFile class.
* Fixed wrong character encodings used to write RECORDAlex Grönholm2018-03-311-1/+1
| | | | | RECORD should always be read and written as UTF-8. Fixes #207.
* Moved the tests out of the package treeAlex Grönholm2017-07-291-0/+87