-
Notifications
You must be signed in to change notification settings - Fork 26
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
port perl based tests to python #84
Comments
I've setup several virtualbox machines: 19.09, 20.03, 20.09 and I'm facing these problems:
Maybe realted to NixOS/nixpkgs#147294 but the sleep fix did not work for me. Update on 20.09 python vs. perl tests (windows virtualbox vm)Checkout to 19.09 etcd.nix with perl also results in an VM not working:
full log
update 20.09 (thinkpad, nixos as bases system with nested virtualization working)just works. turns out that 20.09 requires nested virtualization or the tests won't execute at all. |
I will port this in 20.03 because there the perl tests still work, so I only need to fix one implementation. |
major progress in branch: nixpkgs-20.03-tests-perl2python-port |
Tests in tags/20.09 NixOS are now using python instead of perl. Now we need to adapt nixcloud-webservices to this change:
The text was updated successfully, but these errors were encountered: