forked from M-Labs/nix-scripts
artiq-fast: remove unnecessary buildInput in windows-no-hardware-tests
This commit is contained in:
parent
5c07a9e95d
commit
3f75a81ec1
|
@ -56,7 +56,6 @@ in
|
|||
|
||||
windows-no-hardware-tests = pkgs.stdenv.mkDerivation {
|
||||
name = "windows-no-hardware-tests";
|
||||
buildInputs = [ (windowsRunner {}) ];
|
||||
phases = [ "buildPhase" ];
|
||||
buildPhase = ''
|
||||
${windowsRunner { testCommand = "python -m unittest discover -v sipyco.test && python -m unittest discover -v artiq.test"; }}/bin/wfvm-run-windows-tests
|
||||
|
|
Loading…
Reference in New Issue