Skip to content

Commit

Permalink
🐛 fix a bug with dependency definitions (#70)
Browse files Browse the repository at this point in the history
  • Loading branch information
renardeinside authored Aug 7, 2023
1 parent 46a1dc3 commit a1c96ff
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
3 changes: 0 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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}"
Expand Down

0 comments on commit a1c96ff

Please sign in to comment.