`Python Library Core`_ is a generic component making it easier to create bigger Robot Framework test libraries. Python Library Core 2.2.1 is a new release with bug fixe for aruguments caused in 2.2.0.
All issues targeted for Python Library Core v2.2.1 can be found from the issue tracker.
If you have pip installed, just run
pip install --upgrade pip install robotframework-pythonlibcore
to install the latest available release or use
pip install pip install robotframework-pythonlibcore==2.2.1
to install exactly this version. Alternatively you can download the source distribution from PyPI and install it manually.
Python Library Core 2.2.1 was released on Saturday January 2, 2021.
Using inspect.unwrap for generating keyword arguments caused adding self to argument list (#74)
Adding self is not needed and causes problems in libraries. This is now fixed.
ID | Type | Priority | Summary |
---|---|---|---|
#74 | bug | critical | Using inspect.unwrap for generating keyword arguments caused adding self to argument list |
Altogether 1 issue. View on the issue tracker.