Skip to content

Development/Optional dependencies #16

@ratsclub

Description

@ratsclub

Hello, I wrote a testing library that I use on other projects. However, the problem is that it should only used for the development phase of the code and shouldn't be contained in the final vendored library.

One practical example is:

I have the testing library that I use on my command-line parser library. I want to use the command-line parser library on the testing library too, but now I can't because it would download a copy of itself.

Do you have workarounds for this or is it just not supported right now?

Thanks a lot for this awesome tool!

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