summary refs log tree commit diff
path: root/nixos/tests/make-test-python.nix
AgeCommit message (Collapse)AuthorFilesLines
2022-11-26nixos/tests: Make pureSilvan Mosberger1-1/+1
Just had @fabianhauser at the #ZurichZHF hackathon run into this, causing the tests to fail evaluation due to some system impurity
2022-10-16nixos/tests: Generalize nix-build file.nix hack to testing-python.nixRobert Hensing1-3/+1
2022-10-01nixos/tests/make-test-python.nix: Restore stand-alone invocationRobert Hensing1-1/+3
It's an ugly solution (like before), but some of us want to nix-build nixos/tests/foo.nix This PR makes that possible once more for tests are wired with `make-test-python.nix`.
2021-06-03make-test-python: disallow aliasesFrederik Rietdijk1-1/+1
When importing Nixpkgs within Nixpkgs, we should not consider aliases to ensure we don't rely on them internally. There are probably more places that need to be converted.
2019-11-04nixos/test: Port test driver to pythonJacek Galowicz1-0/+9
Thanks @blitz and @jtraue for help with implementing machine methods