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

[BUG] Failing travis test builds due to pipenv #95

Closed
ultraheroe opened this issue Nov 7, 2022 · 0 comments · Fixed by #96
Closed

[BUG] Failing travis test builds due to pipenv #95

ultraheroe opened this issue Nov 7, 2022 · 0 comments · Fixed by #96
Assignees
Labels
bug Something isn't working

Comments

@ultraheroe
Copy link
Member

Description

Some roles generated with this cookiecutter are failing at travis.ci build because "old pipenv installation" during tests.

In fact, no installation is the problem, the referred command will do the installation under the selected dist selected in .travis.yml only if pipenv isn't installed yet. So if a old dist, probably comes with old pipenv and then fail the build due to old dependencies failing tree.

Steps to Reproduce

  1. Generate a role using this cookiecutter
  2. ??
  3. Upload it and let travis try to test build.

Expected behavior:
No travis test build failing

Actual behavior:
Travis test build fail

Reproduces how often:
When old dist with old pipenv used in .travis.yml

Environment

  • The release version/s you are using: Latest
  • OS:
  • Others:

Additional Information

None

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant