Skip to content

Commit 68465fb

Browse files
committed
Remove tox, which is unused
1 parent 5a2e488 commit 68465fb

File tree

5 files changed

+42
-166
lines changed

5 files changed

+42
-166
lines changed

.gitignore

-1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,5 @@
44
.pytest_cache/
55
.pytest_coverage.xml
66
.pytest_results.xml
7-
.tox/
87
.venv/
98
dist/

poetry.lock

+42-122
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

-21
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ pytest-cov = "*"
4444
pytest-github-actions-annotate-failures = "*"
4545
pytest-sugar = "*"
4646
pyyaml = "*"
47-
tox = "*"
4847
types-PyYAML = "*"
4948

5049
[tool.poetry.scripts]
@@ -128,24 +127,4 @@ warn_unused_ignores = true
128127
testpaths = ["tests"]
129128
addopts = "--junitxml=.pytest_results.xml"
130129

131-
[tool.tox]
132-
legacy_tox_ini = """
133-
[tox]
134-
envlist = py310
135-
isolated_build = True
136-
requires =
137-
tox-poetry-installer[poetry] == 0.6.0
138-
139-
[testenv]
140-
deps =
141-
poetry
142-
commands =
143-
poetry install
144-
poetry run poe test
145-
146-
[gh-actions]
147-
python =
148-
3.10: py310
149-
"""
150-
151130
# vim: ft=cfg

{{cookiecutter.project_name}}/.gitignore

-1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,5 @@
44
.pytest_cache/
55
.pytest_coverage.xml
66
.pytest_results.xml
7-
.tox/
87
.venv/
98
dist/

0 commit comments

Comments
 (0)