Open chuckdotsvg opened 1 year ago
Hi @chuckdotsvg ,
I can't reproduce this:
meson setup _tests && cd _tests && ninja && meson test
1/5 Validate desktop file OK 0.03s
2/5 Validate appstream file OK 0.02s
3/5 Validate schema file OK 0.02s
4/5 black OK 0.34s
5/5 pytest OK 0.67s
Ok: 5
Expected Fail: 0
Fail: 0
Unexpected Pass: 0
Skipped: 0
Timeout: 0
============================= test session starts ==============================
platform linux -- Python 3.11.5, pytest-7.4.2, pluggy-1.3.0
...
tests/window.py ................... [ 45%]
tests/worker.py ..........s......... [ 92%]
tests/service.py ... [100%]
Can you describe your setup in detail ?
I have artix-linux with dinit rc, 6.4.12 kernel
I tried with toolbox and the package was installed successfully.
I tried to update packages and now the python-black
issue is gone; but pytest error is still here.
I could make a guess, maybe due to different packages with small patches, but I have no problem installing the git version of the package in AUR, but with stable version tests fail. I really don't know why
I have artix-linux with dinit rc, 6.4.12 kernel I tried with toolbox and the package was installed successfully. I tried to update packages and now the
python-black
issue is gone; but pytest error is still here. I could make a guess, maybe due to different packages with small patches, but I have no problem installing the git version of the package in AUR, but with stable version tests fail. I really don't know why
Random guess, have you used Portfolio in that same system before? Maybe:
Hence, you get those results.
Try settings those to the default values and re-try tests?
@tchx84 AUR and Manjaro ARM packager here. I just built it fine in a clean chroot and don't believe I've ever had tests fail.
Either way, this is a obviously a stale issue and can be closed.
I noticed that the new version of the package fails pytest and black tests
Here is the output