Skip to content

Commit bc03a3d

Browse files
fix: remove unused tox dependency
1 parent 39855f9 commit bc03a3d

4 files changed

Lines changed: 9 additions & 156 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99
### Fixed
10-
* Fix py dependency by upgrading pytest version to 7.2.0 for Python 3.7+. For
11-
Python 3.6 tests pytest needs to be added manually.
10+
* Fix `py` dependency by upgrading `pytest` version to 7.2.0 for Python 3.7+.
11+
For Python 3.6 tests `pytest` needs to be added manually.
12+
* Remove unused `tox` dependency.
1213

1314

1415
## [1.11.0] - 2022-09-26

poetry.lock

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

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ black = "^21.4b2"
4646
pytest = { version = "^7.2.0", python = ">=3.7,<4" }
4747
pydantic = "^1.8.1"
4848
coverage = "^5.5"
49-
tox = "^3.23.1"
5049
flake8 = "^3.9.2"
5150

5251
[tool.poetry.scripts]

tox.ini

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

0 commit comments

Comments
 (0)