Search Criteria
Package Details: git-machete 3.31.1-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/git-machete.git (read-only, click to copy) |
---|---|
Package Base: | git-machete |
Description: | Git repository organizer & rebase/merge workflow automation tool |
Upstream URL: | https://github.com/VirtusLab/git-machete |
Keywords: | branches git rebase |
Licenses: | MIT |
Submitter: | alt0160 |
Maintainer: | ilai |
Last Packager: | ilai |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2019-05-17 08:04 (UTC) |
Last Updated: | 2024-12-11 16:47 (UTC) |
Dependencies (12)
- git (git-gitAUR, git-glAUR)
- python (python37AUR, python311AUR, python310AUR)
- python-build (make)
- python-installer (make)
- python-setuptools (make)
- python-wheel (make)
- python-pytest (check)
- python-pytest-mock (check)
- python-pytest-xdist (check)
- bash (bash-devel-static-gitAUR, bash-devel-gitAUR, busybox-coreutilsAUR, bash-gitAUR) (optional) – bash completion
- fish (fish-gitAUR) (optional) – fish completion
- zsh (zsh-gitAUR) (optional) – zsh completion
Latest Comments
« First ‹ Previous 1 2 3 Next › Last »
PawelLipski commented on 2023-05-13 05:29 (UTC)
Think @chrislea, I think I've identified the problem now - pls check
makepkg ...
for v3.17.4 (should be already released now that you're reading this comment)chrislea commented on 2023-05-10 12:51 (UTC)
@pawelLipski sure, here you go (sorry for the long output). This is with
pycheck -vv
building 3.17.3.PawelLipski commented on 2023-05-03 14:25 (UTC)
Huh okay... one more thing, could you change the
pytest
invocation incheck()
topytest -vv
and then runmakepkg -s -i -c
? I hope for more useful output (stack traces etc.) showing up this waychrislea commented on 2023-05-02 16:27 (UTC)
@PawelLipski here is the complete log output up to where it outputs the specific error info from my local machine. Please note that I am not running this as root / sudo, which it looks like you were in your docker build. I'm not sure if that should make any difference.
chrislea commented on 2023-05-02 16:14 (UTC)
Hello @PawelLipski, sorry for the late reply. The failure just happens on my local machine. I'm running the basic command
in the directory where the PKGBUILD is. In the PKGBUILD, it looks like it's just running pytest.
Please let me know if there's any additional information I can provide.
PawelLipski commented on 2023-04-11 18:05 (UTC)
This means that either the tests are flaky, or, more likely, that the Dockerfile that I've cooked up doesn't simulate the actual build environment well ;D @chrislea, how did you run the check that reproduced the failure in
test_github
as of 3.16.1? was it a log from your local machine, or from some AUR build system?Also, how is it possible that an updated version of the package (3.16.1) is published despite the failure happening in
test_github
ANDcheck
function in PKGBUILD still having a call topytest
?PawelLipski commented on 2023-04-11 18:02 (UTC)
Hmmm FWIW I've just tried reproducing the problems locally, using the following Dockerfile:
but the build apparently passed:
chrislea commented on 2023-04-05 17:19 (UTC)
@PawelLipski I just checked and as of 3.16.1 there is still an error in
test_github.py
. If you'd like more information please let me know what I can get to you.PawelLipski commented on 2023-03-31 15:27 (UTC) (edited on 2023-03-31 15:27 (UTC) by PawelLipski)
@nyi @pmatos @chrislea Hi, I'm the original author of git-machete, just spotted your conversation from 2022 now... does the problem still persist as of v3.16.1 (I suppose not as the package probably won't be published, but still let's check)? I've fixed a lot of non-determinism in tests throughout the last year.
nyi commented on 2022-09-12 14:44 (UTC)
Tests currently fail:
You can remove
pytest
from thePKGBUILD
to ignore the failing tests and install it nonetheless 🙈.« First ‹ Previous 1 2 3 Next › Last »