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

Install package as wheel inside Nox sessions #23

Merged
merged 1 commit into from Feb 24, 2020
Merged

Install package as wheel inside Nox sessions #23

merged 1 commit into from Feb 24, 2020

Conversation

cjolowicz
Copy link
Owner

@cjolowicz cjolowicz commented Feb 24, 2020

Fixes #3

cjolowicz/cookiecutter-hypermodern-python-instance#6

  • Ignore /dist/

  • Ignore ANN101 (missing type annotation for self in method)

  • Add Poetry helper class for Nox

  • Use Poetry.export in install_with_constraints

  • Update docstring for install_with_constraints

  • Drop kwargs parameter for install_with_constraints

  • Rename install_with_constraints to install

  • Use Poetry.export in safety session

  • Add Poetry.version

  • Add Poetry.build

  • Add install_package to install wheel into Nox sessions

  • Use install_package instead of poetry install --no-dev

cjolowicz/cookiecutter-hypermodern-python-instance#6

* Ignore /dist/

* Ignore ANN101 (missing type annotation for self in method)

* Add Poetry helper class for Nox

* Use Poetry.export in install_with_constraints

* Update docstring for install_with_constraints

* Drop kwargs parameter for install_with_constraints

* Rename install_with_constraints to install

* Use Poetry.export in safety session

* Add Poetry.version

* Add Poetry.build

* Add install_package to install wheel into Nox sessions

* Use install_package instead of `poetry install --no-dev`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Build and install wheel in Nox sessions
1 participant