summaryrefslogtreecommitdiff
path: root/setuptools/tests/test_easy_install.py
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #2166 from pypa/bugfix/2165-remove-site-pyJason R. Coombs2020-07-031-8/+0
|\
| * Setuptools no longer installs a site.py file during easy_install or develop i...Jason R. Coombs2020-05-291-8/+0
* | Make a few assertions about the entry point script rather than keeping a full...Jason R. Coombs2020-06-151-31/+7
* | addressOfek Lev2020-06-141-1/+0
* | addressOfek Lev2020-06-141-4/+2
* | Decrease start-up time of editable-installed entry points on newer versions o...Ofek Lev2020-06-141-13/+31
|/
* 👹 Feed the hobgoblins (delint).Jason R. Coombs2020-05-121-1/+1
* 👹 Feed the hobgoblins (delint).Jason R. Coombs2020-01-191-13/+13
* 👹 Feed the hobgoblins (delint).Jason R. Coombs2020-01-191-30/+47
* Merge branch 'master' into fix_handling_of_find-links_in_setup.cfgJason R. Coombs2019-12-011-0/+44
|\
| * fix possible issue with transitive build dependenciesBenoit Pierre2019-11-271-0/+44
* | fix support for easy_install's find-links option in setup.cfgBenoit Pierre2019-11-261-0/+38
|/
* Revert "drop easy_install script and associated documentation"Benoit Pierre2019-11-161-18/+16
* drop easy_install script and associated documentationBenoit Pierre2019-11-151-16/+18
* dist: re-implement `fetch_build_egg` to use pipBenoit Pierre2019-11-151-32/+165
* Feed the hobgoblins (delint).Jason R. Coombs2019-01-261-2/+4
* Add unit tests for setuptools deprecation warningsrobinjhuang2018-10-281-1/+17
* Suppress Unbuild egg warnings in TestPTHFileWriterJason R. Coombs2018-09-231-0/+1
* Update tests to remove use of deprecated get_script_headerJason R. Coombs2018-09-231-5/+5
* DelintJason R. Coombs2018-08-211-26/+34
* Use unicode literals in test_easy_install.Jason R. Coombs2018-08-211-11/+13
* DelintJason R. Coombs2018-08-211-1/+3
* Added test for scripts with unicodeDaniele Esposti2018-08-171-0/+52
* Use Python 3 syntax for new-style clasessJason R. Coombs2018-06-031-1/+3
* Drop support for EOL Python 3.3Hugo2018-05-241-1/+1
* Fix dry-run handlingBenoit Pierre2018-01-251-0/+45
* Merge branch 'master' into drop-py26Jason R. Coombs2017-11-191-7/+78
|\
| * support `setup_requires` in setup.cfgBenoit Pierre2017-10-161-6/+77
| * tests: fix easy_install test assertionBenoit Pierre2017-10-161-1/+1
* | Merge branch 'master' into drop-py26Jason R. Coombs2017-09-031-21/+4
|\ \ | |/
| * tests: minor cleanup; remove dead codeBenoit Pierre2017-07-261-12/+0
| * tests: switch back to mock instead of backports.unittest_mockBenoit Pierre2017-07-151-1/+1
| * tests: mark test_unicode_filename_in_sdist with fail_on_asciiBenoit Pierre2017-07-131-0/+2
| * Merge branch 'master' into feature/re-vendor-sadfaceJason R. Coombs2017-05-301-1/+1
| |\
| | * Python 3.6 invalid escape sequence deprecation fixesVille Skyttä2017-02-241-1/+1
| * | Revert "Merge pull request #933 from pypa/feature/581-depend-not-bundle"Jason R. Coombs2017-02-241-1/+1
| |/
| * Rely on backports.unittest_mock plugin to make mock available on old Python v...Jason R. Coombs2017-01-301-4/+1
| * Strip out vendored packages and require them instead. Ref #581.Jason R. Coombs2017-01-011-1/+1
| * Cast the value to rmtree to bytes on Linux and Python 2 when the filesystemen...Jason R. Coombs2016-12-211-2/+0
| * When invoking rmtree, ensure the parameter is unicode to avoid errors when th...Jason R. Coombs2016-12-181-4/+2
* | Drop support for Python 2.6, removing lots of compatibility code for a leaner...Jason R. Coombs2016-12-091-4/+3
|/
* Fix quantity of blank lines.stepshal2016-10-181-8/+0
* Make import unconditionalOfekmeister2016-08-201-1/+1
* Fix issue #459Ofekmeister2016-08-161-0/+2
* Try only applying one xfail.Jason R. Coombs2016-08-021-2/+3
* Change order of xfail, giving the unfiltered one precedence.Jason R. Coombs2016-08-021-1/+1
* Mark tests as xfail. Ref #704 Ref #709 Ref #710.Jason R. Coombs2016-08-021-0/+1
* Use the logic already vetted for determining ascii context.Jason R. Coombs2016-07-301-1/+1
* Move import to topJason R. Coombs2016-07-301-1/+1
* Mark test as xfail. Ref #706.Jason R. Coombs2016-07-301-0/+2