summaryrefslogtreecommitdiff
path: root/tests/cli/test_pack.py
Commit message (Collapse)AuthorAgeFilesLines
* Added tests to type checking and finish annotations. (#477)Kyle Benesch2022-10-261-2/+2
|
* Made all remaining modules privateAlex Grönholm2022-10-241-1/+1
|
* Fixed deprecated pytest importsAlex Grönholm2022-10-241-1/+1
|
* Improved the API and dropped bdist_wininst convert supportAlex Grönholm2022-10-241-6/+14
|
* Merge branch 'main' into publicapiAlex Grönholm2022-10-221-20/+44
|\
| * Added pyupgrade and flake8-bugbear to pre-commit config (#432)Henry Schreiner2021-12-301-0/+2
| | | | | | Added pyupgrade and flake8-bugbear to pre-commit configuration. Converted all code to py37+ syntax. Reformatted the pre-commit configuration file.
| * Adopted black and reformatted the codebase to matchAlex Grönholm2021-12-241-24/+38
| |
| * Fixed wheel pack duplicating WHEEL contents on build number changeAlex Grönholm2021-08-151-3/+12
| | | | | | | | Fixes #415.
* | Refactored test suite and CLI tools to use tmp_pathAlex Grönholm2020-06-211-7/+7
|/ | | | The tmp_path and tmp_path_factory fixtures are based on pathlib while tmpdir/tmpdir_factory are based on the third party py.path.local library.
* Fixed line endings when rewriting WHEELAlex Grönholm2020-01-261-3/+3
|
* Use the existing build tag in wheel pack unless overriddenAlex Grönholm2020-01-261-11/+31
| | | | Closes #323. Fixes #322.
* Fixed duplicate RECORD file when using "wheel pack" on WindowsAlex Grönholm2020-01-211-0/+1
|
* Added the --build-number option to "wheel pack"Alex Grönholm2019-02-101-3/+9
| | | | Fixes #283.
* Added the "wheel pack" commandAlex Grönholm2018-07-171-0/+26
Fixes #157. Fixes #168.