-
-
Notifications
You must be signed in to change notification settings - Fork 15.3k
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
[staging-next] pythonPackages fixes #72105
Conversation
I also had tbm-utils, audio-metadata, and one other, but you already got to them :) |
I'm going to do a few more package fixes if you don't mind. Don't merge for a little while :) |
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.
Pyro4 build fails with the following for me:
$ nix-shell -I nixpkgs=. -p python3Packages.Pyro4
...
...
...
=================================== FAILURES ===================================
__________________________ TestSSL.testContextAndSock __________________________
self = <PyroTests.test_socket.TestSSL testMethod=testContextAndSock>
def testContextAndSock(self):
cert_dir = "../../certs"
if not os.path.isdir(cert_dir):
cert_dir = "../certs"
if not os.path.isdir(cert_dir):
> self.fail("cannot locate test certs directory")
E AssertionError: cannot locate test certs directory
tests/PyroTests/test_socket.py:568: AssertionError
=============================== warnings summary ===============================
tests/PyroTests/test_socket.py:375
/build/Pyro4-4.75/tests/PyroTests/test_socket.py:375: PytestCollectionWarning: cannot collect test class 'TestDaemon' because it has a __init__ constructor (from: tests/PyroTests/test_socket.py)
class TestDaemon(Daemon):
-- Docs: https://docs.pytest.org/en/latest/warnings.html
= 1 failed, 602 passed, 20 skipped, 6 deselected, 1 warnings in 77.65s (0:01:17) =
are you on darwin? |
@jonringer no:
|
@GrahamcOfBorg build python27Packages.Pyro4 python37Packages.Pyro4 python38Packages.Pyro4 |
@prusnak do you have an overlay present? ofborg was able to build on aarch-linux |
hmm no ... |
seeing as these builds are broken on staging-next, I'm going to merge, worse case, their still broken for some. |
Motivation for this change
some package fixes
Things done
sandbox
innix.conf
on non-NixOS)nix-shell -p nix-review --run "nix-review wip"
./result/bin/
)nix path-info -S
before and after)Notify maintainers
cc @