Failed test in nox test-3.11

Versions (relevant - OpenSearch/Dashboard/Server OS/Browser):
Python 3.11, Microsoft Windows 10

Describe the issue:
Hi team,
I have a trouble while running the test suite$ nox -rs test

It gives me an failed error, nox > * test-3.11: failed.

To solve it, I tried to add appropriate python version in noxfile.py

@nox.session(python=["2.7", "3.4", "3.5", "3.6", "3.7", "3.8", "3.9", "3.10", "3.11"])

Does anyone have the same problems or have any suggestions to solve this problem?
Any help is appreciated,
Thanks!

Relevant Logs or Screenshots:


Hello @sekerbekdariya. Thank you for bringing this to our notice. Unit tests are running fine on Mac but failing on Windows. Please raise an issue in opensearch-py repo.

1 Like