[issue33222] Various test failures if PYTHONUSERBASE is not canonicalized

2022-01-30 Thread Irit Katriel
Irit Katriel added the comment: Maybe I did something wrong. Will check tomorrow. In the meantime I’m updating the versions. Thanks for double checking. -- resolution: out of date -> versions: +Python 3.10, Python 3.11, Python 3.9 -Python 3.8 ___

[issue33222] Various test failures if PYTHONUSERBASE is not canonicalized

2022-01-30 Thread Ned Deily
Ned Deily added the comment: > I tested 3.11 (on a Mac 11.6). It still fails for me on current main HEAD (on 12.2 FWIW): $ ./configure --prefix=/tmp/p $ make -j6 $ mkdir /tmp/x $ export PYTHONUSERBASE=/tmp/x/.. $ ./python -m test -w test_site test_sysconfig Raised RLIMIT_NOFILE: 256 -> 1024

[issue33222] Various test failures if PYTHONUSERBASE is not canonicalized

2022-01-30 Thread Irit Katriel
Irit Katriel added the comment: I tested 3.11 (on a Mac 11.6). -- ___ Python tracker ___ ___ Python-bugs-list mailing list

[issue33222] Various test failures if PYTHONUSERBASE is not canonicalized

2022-01-30 Thread Ned Deily
Ned Deily added the comment: FWIW, I still see the same failures with 3.10.2 on a current macOS 12.2 system. -- status: pending -> open ___ Python tracker ___

[issue33222] Various test failures if PYTHONUSERBASE is not canonicalized

2022-01-30 Thread Irit Katriel
Irit Katriel added the comment: I tested on a map and I only got the failure in test_s_option, which seems right because that directory is indeed not in sys.path. -- nosy: +iritkatriel resolution: -> out of date status: open -> pending ___ Python

[issue33222] Various test failures if PYTHONUSERBASE is not canonicalized

2018-04-09 Thread Akshay Sharma
Change by Akshay Sharma : -- keywords: +patch pull_requests: +6130 stage: needs patch -> patch review ___ Python tracker

[issue33222] Various test failures if PYTHONUSERBASE is not canonicalized

2018-04-09 Thread Akshay Sharma
Akshay Sharma added the comment: What are the possible cases we can have here ? -- nosy: +akshaysharma096 ___ Python tracker

[issue33222] Various test failures if PYTHONUSERBASE is not canonicalized

2018-04-08 Thread Ned Deily
Ned Deily added the comment: Would you care to provide a PR fix with a test? -- keywords: +easy nosy: +ned.deily stage: -> needs patch ___ Python tracker

[issue33222] Various test failures if PYTHONUSERBASE is not canonicalized

2018-04-05 Thread Nitish
Change by Nitish : -- nosy: +nitishch ___ Python tracker ___ ___ Python-bugs-list

[issue33222] Various test failures if PYTHONUSERBASE is not canonicalized

2018-04-04 Thread Jeroen Demeyer
New submission from Jeroen Demeyer : Setting PYTHONUSERBASE=/tmp/x/.. causes the Python test suite to fail: == FAIL: test_user_similar (test.test_sysconfig.TestSysConfig)