Re: Feature tests on M1 Mac fail

2023-05-11 Thread Dave Page
Hi On Thu, 11 May 2023 at 09:26, Yogesh Mahajan < yogesh.maha...@enterprisedb.com> wrote: > Hi, > > I have tried with python 3.10. 3.11 by creating fresh venv on Mac, but I > could not reproduce the problem. > As you said earlier, this could be architecture specific. > Would it be possible to pro

Re: Feature tests on M1 Mac fail

2023-05-10 Thread Yogesh Mahajan
Hi, Errors occurring for python 3.8, 3.10, 3.11 are due the latest Werkzeug version 2.3.4/2.3.3. Could you please check Werkzeug version getting downloaded in venv? It should be Werkzeug 2.2.3 I have seen error occurring with python 3.9, but could not reproduce locally. My guess is, it is again d

Feature tests on M1 Mac fail

2023-05-10 Thread Dave Page
I get the following errors when trying to run the feature tests on an M1 Mac, with Python 3.8 through 3.11. The Python 3.9 failure seems to be a known issue with eventlet (though, our tests should still be able to run), and whilst the others can be fixed with the strategic addition of a .decode('UT