We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e72b3b6 commit 02bd2e8Copy full SHA for 02bd2e8
.github/workflows/tests.yml
@@ -28,7 +28,7 @@ jobs:
28
- name: Install poetry, run tests
29
run: |
30
curl -sSL https://install.python-poetry.org | python -
31
- poetry install --with=test --without=dev
+ poetry install --with=test
32
poetry run pytest --cov --cov-report=xml --cov-report=term
33
34
- name: Upload coverage to Codecov
pyproject.toml
@@ -22,9 +22,6 @@ hypothesis = "^6"
22
pytest-cov = "^4"
23
pytest-randomly = "^3"
24
25
-[tool.poetry.group.dev.dependencies]
26
-tox = "^4"
27
-
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"
0 commit comments