mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-24 13:05:08 +00:00
seahub: add passthru.tests
This commit is contained in:
parent
dd8386c453
commit
c2d6628ae9
@ -2,6 +2,7 @@
|
|||||||
, fetchFromGitHub
|
, fetchFromGitHub
|
||||||
, python3
|
, python3
|
||||||
, makeWrapper
|
, makeWrapper
|
||||||
|
, nixosTests
|
||||||
}:
|
}:
|
||||||
let
|
let
|
||||||
# Seahub 8.x.x does not support django-webpack-loader >=1.x.x
|
# Seahub 8.x.x does not support django-webpack-loader >=1.x.x
|
||||||
@ -70,6 +71,9 @@ python.pkgs.buildPythonApplication rec {
|
|||||||
passthru = {
|
passthru = {
|
||||||
inherit python;
|
inherit python;
|
||||||
pythonPath = python3.pkgs.makePythonPath propagatedBuildInputs;
|
pythonPath = python3.pkgs.makePythonPath propagatedBuildInputs;
|
||||||
|
tests = {
|
||||||
|
inherit (nixosTests) seafile;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
|
Loading…
Reference in New Issue
Block a user