Skip to content

Commit

Permalink
Fix package groups
Browse files Browse the repository at this point in the history
  • Loading branch information
samamorgan committed Feb 28, 2024
1 parent ff714c9 commit ce802ec
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 25 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:

- name: Install dependencies
id: poetry-install
run: poetry install --with test --no-interaction --no-root
run: poetry install --no-interaction --no-root

- name: Run pre-commit
run: poetry run pre-commit run --all-files
Expand Down
14 changes: 0 additions & 14 deletions .github/workflows/pre-commit.yaml

This file was deleted.

2 changes: 1 addition & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 0 additions & 9 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,17 +22,11 @@ requests = "^2.28.1"
portalocker = "^2.7.0"
inflection = "^0.5.1"

[tool.poetry.group.dev]
optional = true

[tool.poetry.group.dev.dependencies]
black = "^22.10.0"
isort = "^5.10.1"
pre-commit = "^3.5.0"

[tool.poetry.group.test]
optional = true

[tool.poetry.group.test.dependencies]
pytest = "^7.1.3"
pytest-cov = "^4.0.0"
Expand All @@ -41,9 +35,6 @@ pytest-vcr = "^1.0.2"
pytest-xdist = "^3.2.1"
tomli = "^2.0.1"

[tool.poetry.group.docs]
optional = true

[tool.poetry.group.docs.dependencies]
Sphinx = "^5.2.3"
sphinx-autoapi = "^2.0.0"
Expand Down

0 comments on commit ce802ec

Please sign in to comment.