about summary refs log tree commit diff
path: root/nixpkgs/pkgs/applications/networking/browsers/av-98/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixpkgs/pkgs/applications/networking/browsers/av-98/default.nix')
-rw-r--r--nixpkgs/pkgs/applications/networking/browsers/av-98/default.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/nixpkgs/pkgs/applications/networking/browsers/av-98/default.nix b/nixpkgs/pkgs/applications/networking/browsers/av-98/default.nix
index 2184c8d699a4..afd2e9b9c1a7 100644
--- a/nixpkgs/pkgs/applications/networking/browsers/av-98/default.nix
+++ b/nixpkgs/pkgs/applications/networking/browsers/av-98/default.nix
@@ -12,6 +12,10 @@ python3Packages.buildPythonApplication rec {
 
   propagatedBuildInputs = with python3Packages; [ ansiwrap cryptography ];
 
+  # No tests are available
+  doCheck = false;
+  pythonImportsCheck = [ "av98" ];
+
   meta = with lib; {
     homepage = "https://tildegit.org/solderpunk/AV-98";
     description = "Experimental console client for the Gemini protocol";