Skip to content

Commit 02bd2e8

Browse files
committed
Remove tox from dependencies
1 parent e72b3b6 commit 02bd2e8

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Install poetry, run tests
2929
run: |
3030
curl -sSL https://install.python-poetry.org | python -
31-
poetry install --with=test --without=dev
31+
poetry install --with=test
3232
poetry run pytest --cov --cov-report=xml --cov-report=term
3333
3434
- name: Upload coverage to Codecov

pyproject.toml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,6 @@ hypothesis = "^6"
2222
pytest-cov = "^4"
2323
pytest-randomly = "^3"
2424

25-
[tool.poetry.group.dev.dependencies]
26-
tox = "^4"
27-
2825
[build-system]
2926
requires = ["poetry-core>=1.0.0"]
3027
build-backend = "poetry.core.masonry.api"

0 commit comments

Comments
 (0)