Skip to content

Commit 071fc66

Browse files
authored
Remove tox (#573)
1 parent bfab21e commit 071fc66

5 files changed

Lines changed: 7 additions & 128 deletions

File tree

.github/workflows/integration.yml

Lines changed: 0 additions & 32 deletions
This file was deleted.

.github/workflows/tests.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,11 @@ jobs:
6868
- name: Install dependencies
6969
run: poetry install
7070

71-
- name: Run pytest
71+
- name: Run tests
7272
run: poetry run python -m pytest -p no:sugar -q tests/
7373

74+
- name: Run integration tests
75+
run: poetry run python -m pytest -p no:sugar --integration -q tests/integration
76+
7477
- name: Run mypy
7578
run: poetry run mypy

poetry.lock

Lines changed: 2 additions & 70 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ python = "^3.8"
2727

2828
[tool.poetry.group.dev.dependencies]
2929
pre-commit = ">=2.15.0"
30-
tox = ">=3.0"
3130
vendoring = ">=1.0"
3231

3332
[tool.poetry.group.test.dependencies]
@@ -37,13 +36,13 @@ pytest-mock = ">=3.10"
3736
build = ">=0.10.0"
3837
setuptools = ">=60"
3938
tomli-w = "^1.0.0"
39+
virtualenv = ">=20.21"
4040

4141
[tool.poetry.group.typing.dependencies]
4242
mypy = ">=1.0"
4343
types-jsonschema = ">=4.4.4"
4444
types-setuptools = ">=57.4.14"
4545

46-
4746
[tool.ruff]
4847
fix = true
4948
unfixable = [

tox.ini

Lines changed: 0 additions & 23 deletions
This file was deleted.

0 commit comments

Comments
 (0)