Skip to content
This repository has been archived by the owner on Mar 31, 2024. It is now read-only.

Auto skip issue #25

Open
haizaar opened this issue Oct 14, 2019 · 2 comments
Open

Auto skip issue #25

haizaar opened this issue Oct 14, 2019 · 2 comments

Comments

@haizaar
Copy link

haizaar commented Oct 14, 2019

Good day,

I'm trying to add requirements.txt file as skip key:

$ cat Bakefile
localdev/foo: @skip=foo/requirements.txt
	pip install -r foo/requirements.txt
$ foo/requirements.txt

However for some reason bake keeps running pip install... every time:

image

Am I missing something here?

Env: Ubuntu 16.04, Python 3.7.4

$ pipenv graph
bake-cli==0.12.0
  - click [required: Any, installed: 7.0]
  - colorama [required: Any, installed: 0.4.1]
  - delegator.py [required: Any, installed: 0.1.1]
    - pexpect [required: >=4.1.0, installed: 4.7.0]
      - ptyprocess [required: >=0.5, installed: 0.6.0]
  - networkx [required: Any, installed: 2.3]
    - decorator [required: >=4.3.0, installed: 4.4.0]
  - pygments [required: Any, installed: 2.4.2]
@kennethreitz
Copy link
Owner

Minor bug — need to get it fixed. Do you have multiple skips configured?

@haizaar
Copy link
Author

haizaar commented Oct 14, 2019

Nope. Just a single one. The posted Bakefile is a full reproduction.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants