Skip to content

-d and -t are ignored  #452

@markuspinter

Description

@markuspinter

Hi!

I tried to use pip-compile-multi for my project it has following structure

requirements/
   |- base.in
   |- dev.in
   |- test.in
requirements.in

The requirements.in is needed for exporting a package and can not be changed. The others are used otherwise.
So if I want to just run pip-compile-multi on the requirements.in it seems to ignore it and just compile the ones in the folder
running

pip-compile-multi -d .

or

pip-compile-multi -t requirements.in

I also tried

pip-compile-multi -t ./requirements.in

But all yield

Locking requirements/base.in to requirements/base.txt. References: []
Locking requirements/test.in to requirements/test.txt. References: ['requirements/base.in']
Locking requirements/dev.in to requirements/dev.txt. References: ['requirements/base.in', 'requirements/test.in']

if I run verify like

pip-compile-multi verify -d .

It yields

OK - requirements.txt was generated from requirements.in.

Do you have any idea what the problem could be?

Thanks a lot!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions