-
-
Notifications
You must be signed in to change notification settings - Fork 15.5k
subunit: 1.1.0 -> 1.3.0 #78876
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
subunit: 1.1.0 -> 1.3.0 #78876
Conversation
@domenkozar seems to be the owner. No maintainer listed. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fails:
builder for '/nix/store/iz7xra43k6630qd4xwrj21xc6j42lfnj-subunit-1.3.0.drv' failed with exit code 2; last 10 log lines:
unpacking source archive /nix/store/abmxrfp9rvprjgi8j7f5jjpbc3df2fgz-source
source root is source
patching sources
configuring
no configure script, doing nothing
building
no Makefile, doing nothing
installing
install flags: SHELL=/nix/store/715fljdrspphbdk255r729zxp4w7lcgk-bash-4.4-p23/bin/bash install
make: *** No rule to make target 'install'. Stop.
Bump subunit, and change source to the main GitHub page. Pulling source from launchpad doesn't seem to work for 1.3.0.
b02fb7f
to
5693611
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
the python package needs some love:
builder for '/nix/store/gzn71xb2k3iqs8mv6b4i4a0i3a7iy22l-python3.7-subunit-1.3.0.drv' failed with exit code 1; last 10 log lines:
WARNING: Testing via this command is deprecated and will be removed in a future version. Users looking for a generic test entry point independent of test runner are encouraged to use tox.
WARNING: The directory '/homeless-shelter/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.
WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.VerifiedHTTPSConnection object at 0x7ffff72c6490>: Failed to establish a new connection: [Errno -2] Name or service not known')': /simple/hypothesis/
WARNING: Retrying (Retry(total=3, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.VerifiedHTTPSConnection object at 0x7ffff5e9bad0>: Failed to establish a new connection: [Errno -2] Name or service not known')': /simple/hypothesis/
WARNING: Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.VerifiedHTTPSConnection object at 0x7ffff5e9bcd0>: Failed to establish a new connection: [Errno -2] Name or service not known')': /simple/hypothesis/
WARNING: Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.VerifiedHTTPSConnection object at 0x7ffff5e9be90>: Failed to establish a new connection: [Errno -2] Name or service not known')': /simple/hypothesis/
WARNING: Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.VerifiedHTTPSConnection object at 0x7ffff5eab090>: Failed to establish a new connection: [Errno -2] Name or service not known')': /simple/hypothesis/
ERROR: Could not find a version that satisfies the requirement hypothesis (from versions: none)
ERROR: No matching distribution found for hypothesis
Enable & run tests built into the subunit package.
d2df623
to
8ffacf8
Compare
8ffacf8
to
8afa7fc
Compare
Sorry for the delay in this, looked like tests weren't actually being run. So trying to fix those, and running into a lot of issues. I wanted to bring them up to https://github.com/testing-cabal/subunit, but that page doesn't have an issues section, just PRs, and I don't have the time to debug those deep errors (looks like tests haven't been updated for years). |
you don't have to run all the tests. I just want some code coverage to ensure the package is actually installed correctly. Otherwise installing a wheel is essentially: "I dumped a bumped of text into a directory, with no guarantee it works". |
I'm going to let this lapse. I don't have the time/interest to devote to getting this & its tests running properly. Thought I needed this for a |
Motivation for this change
Bump subunit as requirement for tester (
stestr
) for upcoming qiskit package #78772launchpad fetch doesn't work for >1.1.0, so switched to equivalent git repo.
Things done
sandbox
innix.conf
on non-NixOS linux)nix-shell -p nixpkgs-review --run "nixpkgs-review wip"
./result/bin/
)nix path-info -S
before and after)