testproject-io / robot-library

TestProject Library for Robot
Apache License 2.0
6 stars 8 forks source link

Exact testproject-python-sdk version in requirements.txt #16

Open mahula opened 3 years ago

mahula commented 3 years ago

The problem reported in #13 occured again. The reason seemed to be, that the requirements.txt does not take care of the exact required version of the testproject-python-sdk. After updating testproject-python-sdk on my machine to the current version 1.2.0 the problem was solved.

So, I would recommend to explicitly require the exact testproject-python-sdk version in requirements.txt, e.g.

testproject-python-sdk==1.2.0