This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author finitemachine
Recipients finitemachine
Date 2014-03-19.20:45:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1395261953.74.0.442281582846.issue20986@psf.upfronthosting.co.za>
In-reply-to
Content
test_startup_imports fails in test_site when executed from within a virtual environment (venv). Test passes when not executed within a venv.

$ python -m test test_site

[1/1] test_site
test test_site failed -- Traceback (most recent call last):
  File "/software/python/lib/python3.4/test/test_site.py", line 451, in test_startup_imports
    self.assertFalse(modules.intersection(re_mods), stderr)
AssertionError: {'sre_parse', '_sre', 'sre_constants', 're', 'sre_compile'} is not false
History
Date User Action Args
2014-03-19 20:45:53finitemachinesetrecipients: + finitemachine
2014-03-19 20:45:53finitemachinesetmessageid: <1395261953.74.0.442281582846.issue20986@psf.upfronthosting.co.za>
2014-03-19 20:45:53finitemachinelinkissue20986 messages
2014-03-19 20:45:53finitemachinecreate