[issue35978] test_venv fails in Travis with GCC

2019-03-21 Thread Xavier de Gaye
Change by Xavier de Gaye : -- nosy: +xdegaye ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.pyt

[issue35978] test_venv fails in Travis with GCC

2019-03-21 Thread Steve Dower
Change by Steve Dower : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___ ___ P

[issue35978] test_venv fails in Travis with GCC

2019-03-21 Thread miss-islington
miss-islington added the comment: New changeset b0967fe4ed2e0e15f14ea574f82970a3fd4a5556 by Miss Islington (bot) in branch '3.7': bpo-35978: Correctly skips venv tests in venvs (GH-12220) https://github.com/python/cpython/commit/b0967fe4ed2e0e15f14ea574f82970a3fd4a5556 -- nosy: +mis

[issue35978] test_venv fails in Travis with GCC

2019-03-21 Thread Steve Dower
Steve Dower added the comment: New changeset 8bba81fd55873148c65b7d0e6a6effbd63048c76 by Steve Dower in branch 'master': bpo-35978: Correctly skips venv tests in venvs (GH-12220) https://github.com/python/cpython/commit/8bba81fd55873148c65b7d0e6a6effbd63048c76 -- __

[issue35978] test_venv fails in Travis with GCC

2019-03-21 Thread miss-islington
Change by miss-islington : -- pull_requests: +12438 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://m

[issue35978] test_venv fails in Travis with GCC

2019-03-07 Thread Steve Dower
Change by Steve Dower : -- keywords: +patch pull_requests: +12210 stage: -> patch review ___ Python tracker ___ ___ Python-bugs-lis

[issue35978] test_venv fails in Travis with GCC

2019-03-07 Thread Steve Dower
Steve Dower added the comment: I'm on this. I'll make a new (or possibly complete replacement) for @skipInVenv that is @requireVenvCreate, since that's the common piece that doesn't work in a venv (except on Windows). -- assignee: -> steve.dower versions: +Python 3.7 __

[issue35978] test_venv fails in Travis with GCC

2019-03-07 Thread Steve Dower
Steve Dower added the comment: I guess we need a "skipInLinuxVenv", since it works fine on Windows :) -- ___ Python tracker ___ ___

[issue35978] test_venv fails in Travis with GCC

2019-02-12 Thread STINNER Victor
STINNER Victor added the comment: Hum, test_executable() of test_venv is skipped if run in a venv, but not test_multiprocessing(): # If a venv is created from a source build and that venv is used to # run the test, the pyvenv.cfg in the venv created in the test will # point to the

[issue35978] test_venv fails in Travis with GCC

2019-02-12 Thread STINNER Victor
STINNER Victor added the comment: The Python of the virtual environment created by the test doesn't work: $ /tmp/tmp0vybyos2/bin/python -c pass Could not find platform independent libraries Could not find platform dependent libraries Consider setting $PYTHONHOME to [:] Fatal Python error: in

[issue35978] test_venv fails in Travis with GCC

2019-02-12 Thread STINNER Victor
STINNER Victor added the comment: I can reproduce the crash using the same command than the job. Simplified commands to reproduce the bug: ./configure && make ./python -m venv venv ./venv/bin/python -m test test_venv -m test.test_venv.BasicTest.test_multiprocessing -- _

[issue35978] test_venv fails in Travis with GCC

2019-02-12 Thread Pablo Galindo Salgado
Pablo Galindo Salgado added the comment: That looks like a similar example of the problem that bpo35378 solves. But the PR is merged and the test keeps failing: test test_venv failed -- Traceback (most recent call last): File "/home/travis/build/python/cpython/Lib/test/test_venv.py", line 30

[issue35978] test_venv fails in Travis with GCC

2019-02-12 Thread STINNER Victor
STINNER Victor added the comment: Pablo: Can this issue be related bpo-35378? commit 3766f18c524c57784eea7c0001602017d2122156 Author: Pablo Galindo Date: Mon Feb 11 17:29:00 2019 + bpo-35378: Fix multiprocessing.Pool references (GH-11627) -- __

[issue35978] test_venv fails in Travis with GCC

2019-02-12 Thread Karthikeyan Singaravelan
New submission from Karthikeyan Singaravelan : I noticed this while checking issue35961. test_venv is always failing on GCC which is marked as optional in Travis. Log : https://travis-ci.org/python/cpython/jobs/492123436#L1909 0:39:35 load avg: 1.00 [390/416] test_venv test test_venv failed -