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 doko
Recipients berker.peksag, brett.cannon, doko, eric.snow, ncoghlan
Date 2018-08-02.00:03:08
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1533168189.22.0.56676864532.issue34286@psf.upfronthosting.co.za>
In-reply-to
Content
strange. I see it succeeding in the build location, not the install location.  Did you make sure to cd /tmp before running the test?

I still can reproduce it:

$ python3.7 -m test test_lib2to3
Run tests sequentially
0:00:00 load avg: 0.24 [1/1] test_lib2to3
test test_lib2to3 failed -- multiple errors occurred; run in verbose mode for details
test_lib2to3 failed

== Tests result: FAILURE ==

1 test failed:
    test_lib2to3

Total duration: 5 sec 211 ms
Tests result: FAILURE
History
Date User Action Args
2018-08-02 00:03:09dokosetrecipients: + doko, brett.cannon, ncoghlan, eric.snow, berker.peksag
2018-08-02 00:03:09dokosetmessageid: <1533168189.22.0.56676864532.issue34286@psf.upfronthosting.co.za>
2018-08-02 00:03:09dokolinkissue34286 messages
2018-08-02 00:03:08dokocreate