summaryrefslogtreecommitdiff
path: root/setuptools/tests/contexts.py
Commit message (Collapse)AuthorAgeFilesLines
* Modeling after Astropy's technique for bundling libraries, the imports are ↵Jason R. Coombs2015-12-311-6/+1
| | | | | | | now much cleaner. Thanks @embray. Ref #229. --HG-- branch : feature/issue-229
* Update vendoring technique to match that used for packaging. Ref #229.Jason R. Coombs2015-12-311-1/+6
| | | | | --HG-- branch : feature/issue-229
* Merge with master. Ref #229.Jason R. Coombs2015-12-311-9/+1
|\ | | | | | | | | --HG-- branch : feature/issue-229
| * 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
|/ | | | | --HG-- branch : feature/issue-229
* 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 ↵Jason R. Coombs2015-01-021-7/+23
| | | | test_msvc9compiler and use it.
* 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