Skip to content

Commit

Permalink
Remove tox (#573)
Browse files Browse the repository at this point in the history
  • Loading branch information
Secrus authored Jun 3, 2023
1 parent bfab21e commit 071fc66
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 128 deletions.
32 changes: 0 additions & 32 deletions .github/workflows/integration.yml

This file was deleted.

5 changes: 4 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,11 @@ jobs:
- name: Install dependencies
run: poetry install

- name: Run pytest
- name: Run tests
run: poetry run python -m pytest -p no:sugar -q tests/

- name: Run integration tests
run: poetry run python -m pytest -p no:sugar --integration -q tests/integration

- name: Run mypy
run: poetry run mypy
72 changes: 2 additions & 70 deletions poetry.lock

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

3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ python = "^3.8"

[tool.poetry.group.dev.dependencies]
pre-commit = ">=2.15.0"
tox = ">=3.0"
vendoring = ">=1.0"

[tool.poetry.group.test.dependencies]
Expand All @@ -37,13 +36,13 @@ pytest-mock = ">=3.10"
build = ">=0.10.0"
setuptools = ">=60"
tomli-w = "^1.0.0"
virtualenv = ">=20.21"

[tool.poetry.group.typing.dependencies]
mypy = ">=1.0"
types-jsonschema = ">=4.4.4"
types-setuptools = ">=57.4.14"


[tool.ruff]
fix = true
unfixable = [
Expand Down
23 changes: 0 additions & 23 deletions tox.ini

This file was deleted.

0 comments on commit 071fc66

Please sign in to comment.