forked from M-Labs/nix-scripts
ARTIQ lit test NixOS 19.03 compatibility
This commit is contained in:
parent
d66d6482e8
commit
e47e952a07
|
@ -11,7 +11,7 @@ in
|
|||
propagatedBuildInputs = [ binutils-or1k llvm-or1k llvmlite-artiq qt5Full ]
|
||||
++ (with pythonDeps; [ levenshtein pyqtgraph-qt5 quamash pythonparser asyncserial ])
|
||||
++ (with python3Packages; [ aiohttp pygit2 numpy dateutil scipy prettytable pyserial h5py pyqt5 ]);
|
||||
buildInputs = [ outputcheck ];
|
||||
checkInputs = [ binutils-or1k outputcheck ];
|
||||
checkPhase =
|
||||
''
|
||||
python -m unittest discover -v artiq.test
|
||||
|
|
Loading…
Reference in New Issue