-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add @nox.session drop-in replacement (#259)
* chore: Configure flake8-rst-docstrings to recognize :meth: roles * feat: Add sessions module with @session and Session * docs: Remove obsolete advice from docstring for `install` * feat: Export @session and Session from package * refactor: Add type stubs for @session and Session * tests: Add functional tests for @session * tests: Add unit tests for @session * docs: Update API reference for @session and Session * docs: Update README for @session and Session * refactor(sessions): Remove dependency on core module * refactor(sessions): Eliminate redundant instantiations of Poetry * refactor(core): Depend on sessions module * test: Restore coverage for core.build_package * chore: Use nox_poetry.session in our own noxfile
- Loading branch information
Showing
11 changed files
with
594 additions
and
256 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.