Skip to content

Commit

Permalink
Remove pip-tools from kedro[test] (#3596)
Browse files Browse the repository at this point in the history
* Remove `pip-tools` from `kedro[test]`

Obsolete dependency

Signed-off-by: Nok Lam Chan <nok.lam.chan@quantumblack.com>

* move pip-compile

Signed-off-by: Nok <nok.lam.chan@quantumblack.com>

---------

Signed-off-by: Nok Lam Chan <nok.lam.chan@quantumblack.com>
Signed-off-by: Nok <nok.lam.chan@quantumblack.com>
  • Loading branch information
noklam authored Feb 8, 2024
1 parent 670eb09 commit 64296cf
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/pip-compile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,6 @@ jobs:
run: |
make install-test-requirements
make install-pre-commit
pip install "pip-tools>=6.5"
- name: Run pip-compile
run: make pip-compile
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ test = [
"kedro-datasets",
"mypy~=1.0",
"pandas~=2.0",
"pip-tools>=6.5",
"pluggy>=1.0, <1.4", # pluggy 1.4 hide imports inside function and causing mocking issue
"pre-commit>=2.9.2, <4.0", # The hook `mypy` requires pre-commit version 2.9.2.
"pyarrow>=1.0; python_version < '3.11'",
Expand Down

0 comments on commit 64296cf

Please sign in to comment.