Update pytest for Python 3.10 compatibility

This commit is contained in:
Sybren A. Stüvel 2022-02-03 17:48:36 +01:00
parent 7e61163364
commit 2bf155a5f9
3 changed files with 368 additions and 384 deletions

746
poetry.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -33,8 +33,8 @@ zstandard = { version = "^0.15", optional = true }
[tool.poetry.dev-dependencies] [tool.poetry.dev-dependencies]
mypy = ">=0.701" mypy = ">=0.701"
pytest = "^4.6" pytest = "^6.2"
pytest-cov = "^2.7" pytest-cov = "^3.0.0"
# for the 'radon cc' command # for the 'radon cc' command
radon = "^3.0" radon = "^3.0"
# for converting profiler output to KCacheGrind input # for converting profiler output to KCacheGrind input

View File

@ -1,5 +1,5 @@
[tool:pytest] [tool:pytest]
addopts = -v --cov blender_asset_tracer --cov-report term-missing --no-print-logs addopts = -v --cov blender_asset_tracer --cov-report term-missing
[pep8] [pep8]
max-line-length = 100 max-line-length = 100