mirror of
https://github.com/miurahr/aqtinstall.git
synced 2025-12-17 04:34:37 +03:00
Tox: add fil memory profiler
Signed-off-by: Hiroshi Miura <miurahr@linux.com>
This commit is contained in:
@@ -34,7 +34,7 @@ ensure_newline_before_comments = true
|
||||
[tool.tox]
|
||||
legacy_tox_ini = """
|
||||
[tox]
|
||||
envlist = check, docs, py{36,37,38,39,310}, py39d, mprof
|
||||
envlist = check, docs, py{36,37,38,39,310}, py39d, mprof, fil
|
||||
|
||||
[testenv]
|
||||
passenv =
|
||||
@@ -65,7 +65,7 @@ commands =
|
||||
basepython = python3.9d
|
||||
extras = test
|
||||
commands =
|
||||
python -m pytest -v --no-cov -R : -k "test_install"
|
||||
python3.9-dbg -m pytest -v --no-cov -R : -k "test_install"
|
||||
deps =
|
||||
pytest
|
||||
pytest-leaks
|
||||
@@ -82,6 +82,13 @@ deps =
|
||||
memory_profiler
|
||||
matplotlib
|
||||
|
||||
[testenv:fil]
|
||||
basepython = python3.8
|
||||
commands =
|
||||
fil-profile run -m aqt install-qt -O /tmp -d /tmp linux desktop 6.2.1
|
||||
deps =
|
||||
filprofiler
|
||||
|
||||
[testenv:coveralls]
|
||||
deps =
|
||||
coveralls
|
||||
|
||||
Reference in New Issue
Block a user