Message227517
| Author |
ned.deily |
| Recipients |
ned.deily, ronaldoussoren, tdsmith, vinay.sajip |
| Date |
2014年09月25日.09:02:41 |
| SpamBayes Score |
-1.0 |
| Marked as misclassified |
Yes |
| Message-id |
<1411635761.81.0.257706299078.issue22490@psf.upfronthosting.co.za> |
| In-reply-to |
| Content |
Also, the patch causes a test failure with a framework build:
======================================================================
FAIL: test_defaults (test.test_venv.BasicTest)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/py/dev/3x/root/fwd/Library/Frameworks/pytest_10.9.framework/Versions/3.5/lib/python3.5/test/test_venv.py", line 106, in test_defaults
self.assertIn('home = %s' % path, data)
AssertionError: 'home = /py/dev/3x/root/fwd/./bin' not found in 'home = /py/dev/3x/root/fwd/bin\ninclude-system-site-packages = false\nversion = 3.5.0\n' |
|
History
|
|---|
| Date |
User |
Action |
Args |
| 2014年09月25日 09:02:41 | ned.deily | set | recipients:
+ ned.deily, vinay.sajip, ronaldoussoren, tdsmith |
| 2014年09月25日 09:02:41 | ned.deily | set | messageid: <1411635761.81.0.257706299078.issue22490@psf.upfronthosting.co.za> |
| 2014年09月25日 09:02:41 | ned.deily | link | issue22490 messages |
| 2014年09月25日 09:02:41 | ned.deily | create |
|