-
Notifications
You must be signed in to change notification settings - Fork 93
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* fix: Pin `nox` version in `requirements.in` for devcontainer. `--require-hashes` requires pinned dependency version. Currently, devcontainer is failing to build. Post Create command will still fail but DevContainer will be built. * fix: Use nox linting command as DevContainer verification Current command unit tests which require setting up project. Hence, using a more relaxed but works in all environment.
- Loading branch information
1 parent
e15e84f
commit 41604fe
Showing
3 changed files
with
7 additions
and
3 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
echo "Post Create Starting" | ||
|
||
nox -s unit-3.8 | ||
nox -s blacken |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
nox>=2022.11.21 | ||
nox==2024.10.9 |
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