Skip to content

version-less dependencies #34

@ruzv

Description

@ruzv

setup.py does not specify versions of required dependencies. This creates an issue when installing the framework and hoping that all the dependencies will be handled automatically, but they are not.

A single issue I noticed is that pip will install the latest selenium version 4.1.4, which does not have TouchActions and ActionChains which py-test-ui tries to import, resulting in a import error.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions