1
0

ci: tests: move away from tox, just use pytest directly

- it was originally added in https://github.com/spesmilo/electrum/pull/1334,
  with the goal of simplifying running the tests on local dev machines.
  However this usage is not documented anywhere, and AFAIK regular contributors
  don't use it either.
- tox just adds another layer of abstraction that is not that useful IMO
  - I want more control over which electrum-deps are installed, which tox is
    (in this case) unhelpfully abstracting away
This commit is contained in:
SomberNight
2025-09-03 14:49:34 +00:00
parent 489d3fa64e
commit 6583a986a2
3 changed files with 29 additions and 40 deletions

View File

@@ -1,2 +1,3 @@
tox
pytest
coverage
coveralls