Use pip install -e directly to help tox install the extension.

use_develop doesn't work for some reason. Other envs will lack the
bitmsghash*.so and more code in the proofofwork will be covered.
This commit is contained in:
Lee Miller 2023-10-07 03:06:56 +03:00
parent 794cf2657c
commit 1139bdb8b7
Signed by untrusted user: lee.miller
GPG Key ID: 4F97A5EA88F4AB63

View File

@ -12,6 +12,9 @@ deps = flake8
commands =
flake8 minode --count --select=E9,F63,F7,F82 --show-source --statistics
[testenv:py39]
commands_pre = pip install -e .
[testenv:reset]
deps =
-rrequirements.txt