artiq-fast: remove unnecessary buildInput in windows-no-hardware-tests

pull/30/head
Sebastien Bourdeauducq 2020-06-22 18:05:51 +08:00
parent 5c07a9e95d
commit 3f75a81ec1
1 changed files with 0 additions and 1 deletions

View File

@ -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