forked from torchbox/django-pattern-library
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update tox.ini and pyproject.toml because tox upgraded
In tox.ini: - Replace whitelist_externals with allowlist_externals because whitelist_externals is deprecated - Added isolated_build = True - Remove install_command where it calls tox_install.sh - Drop tool.poetry.dev-dependencies and switch to using tool.poetry.extras in order for tox to detect them In ci.yml - Because now use tool.poetry.extras so when call `poetry install` need to incldue `—extras ‘test’` as argument The last 2 points about dropping dev-dependencies and using extras are from https://github.com/orgs/python-poetry/discussions/4307#discussioncomment-1041658 Fixes torchbox#212, torchbox#214, torchbox#215, torchbox#216, torchbox#218
- Loading branch information
Showing
4 changed files
with
48 additions
and
29 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