-
Notifications
You must be signed in to change notification settings - Fork 781
Closed
Description
If you try to install robotframework-selenium2library via buildout it fails on the line
import metadata
due to a weird catch-22 situation. src/SeleniumLibrary/metadata imports in utils which eventually tries to import robot.utils which is part of the robotframework package. buildout is not aware of, at this point and may not need to be aware of, the robotframework egg. I recommend keeping a clean self-enclosed setup.py without a separate metadata.py file.
Metadata
Metadata
Assignees
Labels
No labels