- 12 Oct, 2017 13 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
-
- 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
-
- 21 Sep, 2017 1 commit
-
-
Jason R. Coombs authored
tests: make sure some essential tests are run
-
- 20 Sep, 2017 3 commits
-
-
Benoit Pierre authored
-
Miro Hrončok authored
See https://bugs.python.org/issue2751
-
Miro Hrončok authored
This allows to run the testsuite on systems where `/usr/bin/pip` is a specific Python version, but the tests are run on a different one. For example in Fedora RPM, when the Python 3 tests are invoked, they should use Python 3 pip, not Python 2 `/usr/bin/pip`. Unlike other approaches, like using `pip2`/`pip3` which is currently done in Fedora RPM (downstream patch), this way it Works Everywhere
™ and the downstream patch can be dropped. See https://src.fedoraproject.org/rpms/python-setuptools/blob/54eaa03a4dc97f93a5e4c92c55e580a4ab55a058/f/0001-Run-test-on-a-version-specific-pip.patch
-
- 16 Sep, 2017 1 commit
-
-
Jon Dufresne authored
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.
-
- 15 Sep, 2017 2 commits
-
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
- 14 Sep, 2017 2 commits
-
-
Jason R. Coombs authored
Proofreading for the setup.cfg documentation
-
John T. Wodder II authored
-
- 13 Sep, 2017 3 commits
-
-
Jason R. Coombs authored
travis: make deploy stage conditional
-
Benoit Pierre authored
-
Jason R. Coombs authored
fix `test_pip_upgrade_from_source` test on Python 2.6
-