-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/30650/
-----------------------------------------------------------
Review request for Aurora, Brian Wickman and Zameer Manji.
Bugs: AURORA-979
https://issues.apache.org/jira/browse/AURORA-979
Repository: aurora
Description
-------
Upgrade virtualenv to 12.0.7
virtualenv
==========
[12.0.7 changelog](https://pypi.python.org/pypi/virtualenv/12.0.7) and selected
highlights:
* Upgrade pip to 6.0.8
* Upgrade setuptools to 12.0.5
* Revert several sys.path changes new in 12.0 which were breaking virtualenv.
* **PROCESS** Version numbers are now simply ``X.Y`` where the leading ``1``
has been dropped.
* Now using pytest framework
* Correct sys.path ordering for debian, issue #461
* Correctly throws error on older Pythons, issue #619
* Allow for empty $PATH, pull #601
* Don't set prompt if $env:VIRTUAL_ENV_DISABLE_PROMPT is set for Powershell
* Updated setuptools to 7.0
Diffs
-----
build-support/virtualenv 0175f0e38e5f995ff4e8335fb86ec14869894e69
Diff: https://reviews.apache.org/r/30650/diff/
Testing
-------
```sh
$ ./pants test.pytest --no-fast ./src/test/python/apache/aurora:all
```
Thanks,
Joe Smith