aboutsummaryrefslogtreecommitdiffstats
path: root/setuptools/tests
Commit message (Expand)AuthorAgeFilesLines
...
* | | | Expect failure on macOS 10.13 and other operating systems where writing latin...Jason R. Coombs2017-10-111-0/+18
* | | | Feed the hobgoblins (delint).Jason R. Coombs2017-10-111-3/+5
* | | | Collapse encoding detectionJason R. Coombs2017-10-111-4/+3
* | | | Use natural byte literals in test_sdistJason R. Coombs2017-10-111-17/+11
* | | | Remove meaningless commendJason R. Coombs2017-10-111-1/+0
* | | | Merge pull request #1155 from hroncok/python-m-pipJason R. Coombs2017-09-292-4/+12
|\ \ \ \
| * | | | Tests: Run `python -m pip.__main__` to support Python 2.6Miro Hrončok2017-09-202-4/+4
| * | | | Tests: Run `python -m pip` instead of plain `pip`Miro Hrončok2017-09-202-0/+8
| | |/ / | |/| |
* | | | Merge pull request #1152 from jdufresne/resource-warningsJason R. Coombs2017-09-291-2/+4
|\ \ \ \
| * | | | Clean up resource warnings during testsJon Dufresne2017-09-161-2/+4
| |/ / /
* / / / tests: make sure some essential tests are runBenoit Pierre2017-09-202-320/+320
|/ / /
* / / fix `test_pip_upgrade_from_source` test on Python 2.6Benoit Pierre2017-09-131-0/+4
|/ /
* | Merge branch 'master' into pr1127Jason R. Coombs2017-09-032-0/+43
|\ \
| * | Add test_long_description_content_typeMarc Abramowitz2017-08-281-0/+25
| * | Avoid interaction of multiple factors in test.Jason R. Coombs2017-08-281-1/+1
| * | Support list of files passed to `file:` directiveSviatoslav Sydorenko2017-08-281-8/+2
| * | Allow adding few files @ metadata.long_descriptionSviatoslav Sydorenko2017-08-281-0/+24
* | | workaround easy_install bugBenoit Pierre2017-08-051-0/+46
|/ /
* | fix requires handling when using setup.cfgBenoit Pierre2017-08-022-144/+196
* | fix `test` command handling of `extras_require`Benoit Pierre2017-07-261-0/+66
* | tests: minor cleanup; remove dead codeBenoit Pierre2017-07-261-12/+0
* | do not strip empty sections in `extras_require`Benoit Pierre2017-07-251-0/+18
* | Revert "fix `install_requires` handling of extras"Benoit Pierre2017-07-231-6/+36
* | fix `install_requires` handling of extrasBenoit Pierre2017-07-151-1/+32
* | fix `extras_require` handlingBenoit Pierre2017-07-151-4/+43
* | fix possible error when finalizing `install_requires`Benoit Pierre2017-07-151-0/+19
* | tests: rework clean install testBenoit Pierre2017-07-151-0/+31
* | tests: switch back to mock instead of backports.unittest_mockBenoit Pierre2017-07-153-3/+3
* | DelintJason R. Coombs2017-07-131-1/+1
* | extract variable for expected_requires.Jason R. Coombs2017-07-131-4/+5
* | Extract the creation of the mismatch marker.Jason R. Coombs2017-07-131-13/+21
* | Restore test that includes an environment marker.Jason R. Coombs2017-07-131-0/+6
* | Merge pull request #1081 from benoit-pierre/fix_environment_markers_handlingJason R. Coombs2017-07-131-5/+10
|\ \
| * | fix handling of environment markers in `install_requires`Benoit Pierre2017-07-131-5/+10
* | | tests: mark test_unicode_filename_in_sdist with fail_on_asciiBenoit Pierre2017-07-131-0/+2
* | | tests: fix `fail_on_ascii` fixtureBenoit Pierre2017-07-131-2/+2
|/ /
* | Use makedirs with future compatibility throughout setuptools. Ref #1083.Jason R. Coombs2017-07-132-4/+6
* | Merge branch 'master' into feature/re-vendor-sadfaceJason R. Coombs2017-05-307-27/+164
|\ \
| * | Just use class in its namespaceJason R. Coombs2017-05-211-4/+3
| * | Implement AbstractSandbox as a context manager.Jason R. Coombs2017-05-211-2/+2
| * | Expand test to cover string rendering of SandboxViolationJason R. Coombs2017-05-211-0/+4
| * | Rewrite tests to test the actual matching rather than making assertions about...Jason R. Coombs2017-04-181-20/+83
| * | Pass flags programmatically, avoiding deprecating trailing pattern flags synt...Jason R. Coombs2017-04-181-13/+13
| * | Add an integration test to install pyuriPi Delport2017-04-181-0/+15
| * | Fixes #999: support python_requires, py_modules in configuration filesMarcel Bargull2017-04-071-0/+4
| * | Fix documentation upload by fixing content_type in _build_multipart on Python...Florian Schulze2017-03-111-0/+2
| * | Add a test capturing new proposed expectation that Setuptools' build dependen...Jason R. Coombs2017-02-261-0/+50
| * | Python 3.6 invalid escape sequence deprecation fixesVille Skyttä2017-02-242-2/+2
* | | Revert "Merge pull request #933 from pypa/feature/581-depend-not-bundle"Jason R. Coombs2017-02-2413-15/+15
|/ /
* | Add a test.Moriyoshi Koizumi2017-02-131-0/+42