I understand, that Windows is not an officially supported platform, nevertheless I have logged a bug, regarding usage of unittest
https://github.com/beancount/beancount/issues/550 On Friday, August 14, 2020 at 10:43:31 AM UTC+2 Chary Chary wrote: > 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/6dacfefa-92ef-47fa-ab53-014592b7947bn%40googlegroups.com.
