Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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 join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants