summaryrefslogtreecommitdiff
path: root/setuptools/tests/contexts.py
Commit message (Expand)AuthorAgeFilesLines
* Deprecate pkg_resources, removing excuse that 'discouraged is not deprecated'.Jason R. Coombs2023-03-051-6/+3
* Correctly handle namespace spec via PathEntryFinderAnderson Bravalheri2022-06-151-3/+3
* Prevent errors due to caching in sys.modulesAnderson Bravalheri2022-06-151-7/+6
* Make sure top-level modules can be imported in editable installAnderson Bravalheri2022-06-151-0/+13
* Add template for MetaPathFinder that can be used in editable modeAnderson Bravalheri2022-06-151-0/+11
* Only resolve 'parent' directory when xdist is in use. Fixes #3059.Jason R. Coombs2022-01-291-4/+18
* Add fixtures for sdist and wheel artifactsAnderson Bravalheri2022-01-061-0/+13
* Remove Python 2 compatibilityJason R. Coombs2020-08-161-3/+3
* Revert "Merge pull request #933 from pypa/feature/581-depend-not-bundle"Jason R. Coombs2017-02-241-1/+1
* Strip out vendored packages and require them instead. Ref #581.Jason R. Coombs2017-01-011-1/+1
* Add missing whitespace.stepshal2016-07-141-1/+1
* Adds the regression test for distribute issue 323 that I attached to #207. T...Erik Bray2015-12-311-0/+13
* 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-9/+1
|\
| * Re-use context available in sandbox.Jason R. Coombs2015-02-031-8/+0
| * Access os.environ[key], not os.environ['key']Slavek Kabrda2015-01-091-1/+1
* | Merge with 10.2.1Jason R. Coombs2015-01-021-3/+3
|/
* Suppress exceptions in a context for clarity, brevity, and reuse.Jason R. Coombs2015-01-021-0/+8
* Extend contexts environment patching logic based on context manager in test_m...Jason R. Coombs2015-01-021-7/+23
* Use contexts for tempdir generationJason R. Coombs2015-01-021-2/+2
* Also save the ENABLE_USER_SITE setting in the user_override.Jason R. Coombs2015-01-011-0/+10
* Move contexts to their own moduleJason R. Coombs2015-01-011-0/+59