offpunk: remove broken passthru.tests.version check

Upstream issue: https://todo.sr.ht/~lioploum/offpunk/27
This commit is contained in:
Damien Cassou 2023-11-18 07:43:55 +01:00
parent 03f305e65c
commit e2c704f512
No known key found for this signature in database
GPG Key ID: B68746238E59B548

View File

@ -52,8 +52,6 @@ python3Packages.buildPythonPackage rec {
installManPage man/*.1
'';
passthru.tests.version = testers.testVersion { package = offpunk; };
meta = with lib; {
description = "An Offline-First browser for the smolnet ";
homepage = src.meta.homepage;