inmanta / nfv-test-api

API for testing network functions using network namespaces (archived)
https://code.inmanta.com/solutions/tools/nfv-test-api
3 stars 0 forks source link

Set minimal python version to Python3.9 #35

Closed arnaudsjs closed 2 years ago

arnaudsjs commented 2 years ago

The tests for this project are failing because Jenkins runs the tests using python3.9, while the poetry.lock file defines a dependency on dataclasses==0.8 which in only compatible with Python >=3.6, <3.7. This PR applies the following changes: