tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
python39Packages.pyviz-comms: add import check
Sandro Jäckel
4 years ago
d4fff5ec
01a88ed7
+2
1 changed file
expand all
collapse all
unified
split
pkgs
development
python-modules
pyviz-comms
default.nix
+2
pkgs/development/python-modules/pyviz-comms/default.nix
···
19
19
# there are not tests with the package
20
20
doCheck = false;
21
21
22
22
+
pythonImportsCheck = [ "pyviz_comms" ];
23
23
+
22
24
passthru.tests = {
23
25
inherit panel;
24
26
};