summaryrefslogtreecommitdiff
path: root/setuptools/tests/test_develop.py
Commit message (Expand)AuthorAgeFilesLines
* Move test from test_develop to test_editable_installAnderson Bravalheri2022-06-151-44/+0
* Rely on pip_run.launch to install sitecustomize.Jason R. Coombs2022-01-221-19/+4
* Bump minimum version to rely on WindowsPath in subprocess. Fixes #2932.Jason R. Coombs2021-12-171-1/+1
* šŸ‘¹ Feed the hobgoblins (delint).Jason R. Coombs2021-09-041-2/+0
* remove lib2to3 usageThomas Grainger2021-09-041-51/+22
* Expect failure on PyPy.feature/restore-editable-pythonpathJason R. Coombs2021-03-211-0/+4
* Cast values to str and retain other environ vars for Windows' sakeJason R. Coombs2021-03-211-1/+3
* Illustrate how one might leverage sitecustomize.py to make a project availabl...Jason R. Coombs2021-03-211-12/+30
* Add test capturing missed expectation. Ref #2612.Jason R. Coombs2021-03-201-0/+30
* Fix tests with pytest 6.2Chih-Hsuan Yen2020-12-131-2/+2
* Remove Python 2 compatibilityJason R. Coombs2020-08-161-5/+2
* Reuse @ack_2to3 in TestDevelop.test_2to3_user_modeMiro Hrončok2020-05-121-0/+2
* Fix for Python 4: replace unsafe six.PY3 with PY2Hugo2020-01-081-2/+2
* Drop support for Python 2.6 by merging the drop-py26 branch. Fixes #878.Jason R. Coombs2017-11-201-1/+1
|\
| * Reference to __main__ is only required for Python 2.6.Jason R. Coombs2017-11-201-1/+1
* | Feed the hobgoblins (delint).Jason R. Coombs2017-11-201-2/+4
* | Disable hanging test on PyPy3. Ref #1202.Jason R. Coombs2017-11-201-2/+9
|/
* Tests: Run `python -m pip.__main__` to support Python 2.6Miro Hrončok2017-09-201-1/+1
* Tests: Run `python -m pip` instead of plain `pip`Miro Hrončok2017-09-201-0/+2
* Revert "Merge pull request #933 from pypa/feature/581-depend-not-bundle"Jason R. Coombs2017-02-241-1/+1
* Add tests for _resolve_setup_path, including one that elicits the error repor...Jason R. Coombs2017-01-241-0/+16
* Strip out vendored packages and require them instead. Ref #581.Jason R. Coombs2017-01-011-1/+1
* Re-use test.paths_on_pythonpath to extend the PYTHONPATH variable rather than...Jason R. Coombs2016-12-221-5/+7
* Additionally, in test_develop, ensure that pkg_resources is importable. Ref #...Jason R. Coombs2016-12-121-0/+6
* Mark another test to fail. Ref #851Jason R. Coombs2016-12-111-0/+2
* Merge branch 'master' into develop-nspkg-alwaysdevelop-nspkg-alwaysJason R. Coombs2016-12-111-42/+4
|\
* | Use unicode literals for Python 2.7 compatibilityJason R. Coombs2016-11-071-1/+1
* | Move imports to top and use absolute_import for Python 2.7 compatibilityJason R. Coombs2016-11-071-4/+5
* | pip can't accept -e and -tJason R. Coombs2016-11-071-1/+14
* | Add test capturing expectation for #250.Jason R. Coombs2016-11-071-0/+73
|/
* Fix quantity of blank lines.stepshal2016-10-181-1/+0
* Format block comment.stepshal2016-07-211-1/+1
* Fix quantity of blank lines after code object.stepshal2016-07-131-0/+2
* Modeling after Astropy's technique for bundling libraries, the imports are no...Jason R. Coombs2015-12-311-6/+1
* Update vendoring technique to match that used for packaging. Ref #229.Jason R. Coombs2015-12-311-1/+6
* Merge with master. Ref #229.Jason R. Coombs2015-12-311-62/+74
|\
| * Skip the test when running under venv alsoJason R. Coombs2015-11-251-2/+4
| * Draft a test for testing the new expectation for develop command (and general...Jason R. Coombs2015-11-241-0/+25
| * Rename tests for clarityJason R. Coombs2015-11-241-2/+2
| * Use if clause.Jason R. Coombs2015-11-241-4/+4
| * Use io.open and its context for simpler reading of a fileJason R. Coombs2015-11-241-8/+5
| * Use quiet context to suppress stdout.Jason R. Coombs2015-11-241-5/+1
| * Remove unused importsJason R. Coombs2015-11-241-2/+0
| * Extract variableJason R. Coombs2015-11-241-6/+7
| * Replace silent test acceptance with a proper skip checkJason R. Coombs2015-11-241-11/+2
| * Extract setup/teardown methods as proper fixtures.Jason R. Coombs2015-11-241-27/+30
| * Use context manager for opening fileJason R. Coombs2015-11-241-6/+4
|/
* Remove unused importJason R. Coombs2015-01-021-1/+0
* Remove apparently unused method.Jason R. Coombs2015-01-011-17/+0
* Remove consideration for older PythonsJason R. Coombs2015-01-011-3/+3