nspcc-dev / s3-tests

Compatibility tests for S3 clones
MIT License
3 stars 3 forks source link

Python3.10 support to run pytest on ubuntu-22.04 with GH actions. #34

Closed MaxGelbakhiani closed 11 months ago

MaxGelbakhiani commented 11 months ago

Python3.10 support to run pytest on ubuntu-22.04 with GH actions.

[ Fixes https://github.com/nspcc-dev/neofs-s3-gw/issues/780 ]

MaxGelbakhiani commented 11 months ago

@vvarg229 Initially python3.8 was chosen to provide back compatibility with the original nose test runner. And it was used to initially run tests with nose.

For running s3-tests with pytest I switched to python 3.10.11 as it's latest on ubuntu latest GH runners.

roman-khimov commented 11 months ago

[Fixes]?