Skip to content

Remove Pipfile from the repo #1

@sanketsaurav

Description

@sanketsaurav

Currently Pipfile is used to freeze the dependencies used in the test workflow. Since the repo needs to be tested on multiple Python versions using tox, Pipfile isn't the ideal way to doing this because it works with only one Python version at a time.

The test dependencies can be managed better using the tests_require parameter in setup.py, which can then directly work with tox.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions