- 02 Nov, 2017 3 commits
-
-
Benoit Pierre authored
- cleanup test: we're not installing, so no need to override the user site, or skip the test when run with a virtual environment - use pytest support for capturing output (`context.quiet` does not work with Python 2), and check the output
-
Benoit Pierre authored
-
Benoit Pierre authored
When using Python 2, `python2 -m unittest` is not equivalent to `python2 -m unittest discover`.
-
- 16 Oct, 2017 2 commits
-
-
Jason R. Coombs authored
Include license file in the generated wheel package
-
Jon Dufresne authored
The wheel package format supports including the license file. This is done using the [metadata] section in the setup.cfg file. For additional information on this feature, see: https://wheel.readthedocs.io/en/stable/index.html#including-the-license-in-the-generated-wheel-file
-
- 14 Oct, 2017 1 commit
-
-
Jason R. Coombs authored
commands: dist_info: say something!
-
- 13 Oct, 2017 1 commit
-
-
xoviat authored
The dist_info command did not say anything like other commands did. This gives some more helpful information.
-
- 12 Oct, 2017 18 commits
-
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
- 11 Oct, 2017 9 commits
-
-
Jason R. Coombs authored
-
Jason R. Coombs authored
Expect failure on macOS 10.13 and other operating systems where writing latin-1 encoded filenames is prohibited. Fixes #1169.
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
- 29 Sep, 2017 2 commits
-
-
Jason R. Coombs authored
Tests: Run `python -m pip` instead of plain `pip`
-
Jason R. Coombs authored
Clean up resource warnings during tests
-
- 25 Sep, 2017 3 commits
- 24 Sep, 2017 1 commit
-
-
xoviat authored
-