• R. David Murray's avatar
    Make test_compileall more robust by using -S to keep sys.path minimized. · e0436bcb
    R. David Murray yazdı
    Try this again, hopefully the right way this time.
    
    Arfrever Taifersar Arahesis reported that test_compileall failed during Gentoo
    install because it was tyring to write .pyc files to a read-only system
    directory during test_no_args_compiles_path.  Having the tests call python
    with -S should eliminate the system directories from the path.
    e0436bcb
test_compileall.py 13.8 KB