335f55a7bf
looks like latest pytest (7.2.0) removed support for the old py.test module/namespace see https://github.com/pytest-dev/pytest/blob/646a46e5f4b1f1ae5a06dcbc91fcdebfc235a28a/doc/en/changelog.rst#pytest-720-2022-10-23
12 lines
207 B
INI
12 lines
207 B
INI
[tox]
|
|
|
|
[testenv]
|
|
deps=
|
|
pytest
|
|
coverage
|
|
commands=
|
|
coverage run --source=electrum '--omit=electrum/gui/*,electrum/plugins/*,electrum/scripts/*,electrum/tests/*' -m pytest -v
|
|
coverage report
|
|
extras=
|
|
tests
|