diff --git a/README.md b/README.md index a8c915536d..673ddc5fd2 100644 --- a/README.md +++ b/README.md @@ -113,7 +113,7 @@ hatch env create - Install dev dependencies: ```shell -hatch run pip install -e '.[dbconnect]' +hatch run pip install -e '.[test,dbconnect]' ``` - Pin your IDE to use the newly created virtual environment. You can get the python path with: diff --git a/pyproject.toml b/pyproject.toml index 05f8e2abe9..d4c4b5aeaf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -55,9 +55,6 @@ Source = "https://github.com/databricks/UC-Upgrade" path = "src/uc_migration_toolkit/__about__.py" [tool.hatch.envs.default] -dependencies = [ - "uc-migration-toolkit[test]", -] [tool.hatch.envs.default.scripts] test = "pytest {args:tests}"