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

fix: Use pipx to run tox in CI template #1482

Merged
merged 1 commit into from
Mar 6, 2023

Conversation

WillDaSilva
Copy link
Member

@WillDaSilva WillDaSilva commented Mar 5, 2023

Plus some related cleanup. Poetry still needs to be installed before running pipx run tox ... because tox is configured to use poetry from the external environment, rather than installing it into the tox venv.

Supersedes:

Closes #1481


📚 Documentation preview 📚: https://meltano-sdk--1482.org.readthedocs.build/en/1482/

Plus some related cleanup. Poetry still needs to be installed before running `pipx run tox ...` because tox is configured to use poetry from the external environment, rather than installing it into the tox venv.

Supersedes:
- #1476

Closes #1481
@codecov
Copy link

codecov bot commented Mar 5, 2023

Codecov Report

Merging #1482 (537df02) into main (dc2f29a) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             main    #1482   +/-   ##
=======================================
  Coverage   85.46%   85.46%           
=======================================
  Files          57       57           
  Lines        4760     4760           
  Branches      809      809           
=======================================
  Hits         4068     4068           
  Misses        501      501           
  Partials      191      191           

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@edgarrmondragon
Copy link
Collaborator

Thanks for doing this @WillDaSilva!

@edgarrmondragon edgarrmondragon merged commit b18bc7d into main Mar 6, 2023
@edgarrmondragon edgarrmondragon deleted the 1481-install-tox-in-ci branch March 6, 2023 03:27
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

Successfully merging this pull request may close these issues.

bug: CI tox dependency in cookiecutter
2 participants