Skip to content

Consider merging VF into the VV Repo and updating the pyproject.toml to install both packages #841

Description

@Peter-J-Freeman

Is your feature request related to a problem? Please describe.
The VF tests live in the VV repo. Consequently, VF is included in CI and coverage but never gets the coverage metrics applied. It also means we are maintaing 2 Repos which makes management more difficult

Describe the solution you'd like
Pull the VF code base into the VV Repo
Update pyproject.toml to include e.g.

[tool.setuptools.packages.find]
include = [
    "VariantValidator*",
    "VariantFormatter*"
]

then a single install with pip install . will install both packages, but they will remain seprate entities so will not break the existing workflows

Describe alternatives you've considered
Keep 2 repos

Additional context
Add any other context or screenshots about the feature request here.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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