You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to run a simple robot test but get this error
[ ERROR ]
Taking listener 'robotframework_reportportal.listener' into use failed:
Importing listener 'robotframework_reportportal.listener' failed:
ImportError: cannot import name FinishExecutionRQ
Test code in simple_robot_test.robot file
*** Settings ***Documentation This is a very simple Robot test!*** Test Cases ***001 Simple Log Test Case
Log Hello Python!
Log Many Robot Framework Rules!!!
Hi,
It seems you installed agent-Python-RobotFramework from pypi. Latest version in pypi is 2.5.4 which has invalid dependency spec.
For workaround pls install directly from github for now: pip install git+https://github.com/reportportal/agent-Python-RobotFramework.git
You also see that six package is missing. So install it: pip install six.
This is fixed in 7ae7c4a.
We will publish new 3.0 version to pypi when PR #11 and #12 are merged.
I am trying to run a simple robot test but get this error
Test code in
simple_robot_test.robot
fileTest execution command
Complete output
The text was updated successfully, but these errors were encountered: