Skip to content

Commit

Permalink
fix: version multi-step alias resolution (#173)
Browse files Browse the repository at this point in the history
* fix: resolve partial versions

* style: fix pylint C0103

* test: sanities for multistep alias resolution

* test: improve coverage
  • Loading branch information
iamogbz authored Mar 25, 2022
1 parent 5603020 commit 5876047
Show file tree
Hide file tree
Showing 11 changed files with 240 additions and 147 deletions.
2 changes: 1 addition & 1 deletion .python-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.8
3.8.12
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,9 @@ setup:
setup.sanity: setup
echo 'v14.5.0' > .nvmrc
make sanity.check exec=$(VENV_BIN)node version="v14.5.0"
$(VENV_BIN)nvm alias default 14
echo 'default' > .nvmrc
make sanity.check exec=$(VENV_BIN)node version="v14.5.0"
make sanity.check exec=$(VENV_BIN)npm version="6.14.5"
make sanity.check exec=$(VENV_BIN)npx version="6.14.5"
make sanity.check exec=$(VENV_BIN)nvm version="0.34.0"
Expand Down
Loading

0 comments on commit 5876047

Please sign in to comment.