Thanks for looking at this! I did it once again the whole procedure now, and now everything is working. Not sure what was different back then (may be I did *sudo* python3 setup.py build_ext -i ).
Any way, for record, this is how I did it: ========================================== git clone https://github.com/beancount/beancount.git cd beancount git checkout v2 #then I updated PATH and PYTHONPATH to point to right places # and now tests: python3 setup.py build_ext -i make test Result is: =========== 1681 passed, 24 skipped, 2 xfailed =========================================== I am using Ubuntu 20.04.1 LTS with Python 3.8.2 On Friday, August 14, 2020 at 6:39:34 AM UTC+2 [email protected] wrote: > On 13/08/2020 14:21, Chary Chary wrote: > > On the v2 there is just one error with setup_test.py > > This is strange, like in the other errors you reported for master, it > seems like the tests are not able to write temporary files or, in this > case write files in a temporary folder. > > On which platform is this happening? Which version of python? Can you > report on the exact procedure you use to run the tests, starting from > how you got the source code? > > Thank you. > > Cheers, > Dan > -- You received this message because you are subscribed to the Google Groups "Beancount" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/beancount/2b59ebf7-b062-4d04-a7b5-7102b81d1df6n%40googlegroups.com.
