tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
raiseorlaunch: Disable tests
Sandro Jäckel
5 years ago
ecbf3309
87a16982
+4
-1
1 changed file
expand all
collapse all
unified
split
pkgs
applications
misc
raiseorlaunch
default.nix
+4
-1
pkgs/applications/misc/raiseorlaunch/default.nix
···
10
10
};
11
11
12
12
nativeBuildInputs = [ python3Packages.setuptools_scm ];
13
13
-
checkInputs = [ python3Packages.pytest ];
14
13
pythonPath = with python3Packages; [ i3ipc ];
14
14
+
15
15
+
# no tests
16
16
+
doCheck = false;
17
17
+
pythonImportsCheck = [ "raiseorlaunch" ];
15
18
16
19
meta = with lib; {
17
20
maintainers = with maintainers; [ winpat ];