Skip to content

The coverage pip package is not included in the dependencies #14

@markkuriekkinen

Description

@markkuriekkinen

The package setup script (https://github.com/Aalto-LeTech/python-grader-utils/blob/master/setup.py) lists the dependencies (pip packages) that are used by python-grader-utils. However, the coverage.py package is missing even though it is used by testcoveragemeta.py: https://github.com/Aalto-LeTech/python-grader-utils/blob/e5eb6d6de0465e4eb45ebda8cbb2dcb5449b3d24/graderutils/testcoveragemeta.py#L33

Our apluslms/grade-python container installs the coverage package in a separate layer "y2" (https://github.com/apluslms/grade-python/blob/6f01c6586cdbeee36d63fa521e12ca0feac53cf0/Dockerfile.y2#L5), but it should always be installed with python-grader-utils as a dependency since python-grader-utils uses the coverage package.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions