Skip to content

Commit

Permalink
baserow
Browse files Browse the repository at this point in the history
  • Loading branch information
onny committed Oct 13, 2024
1 parent a286dce commit 733f69d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pkgs/by-name/ba/baserow/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ python.pkgs.buildPythonApplication rec {
sed -i 's|addopts = --disable-warnings|addopts = --disable-warnings --ignore=../enterprise/backend/tests|' pytest.ini
# Support for Django 5.1
substituteInPlace src/baserow/contrib/database/fields/fields.py --replace-fail "is_hidden()" "hidden"
'';

Expand Down Expand Up @@ -169,7 +170,7 @@ python.pkgs.buildPythonApplication rec {
'';
#
nativeCheckInputs = with python.pkgs; [
#baserow_premium
baserow_premium
boto3
freezegun
httpretty
Expand Down Expand Up @@ -262,7 +263,7 @@ python.pkgs.buildPythonApplication rec {
DJANGO_SETTINGS_MODULE = "baserow.config.settings.test";

passthru = {
ui = callPackage ./frontend.nix { };
frontend = callPackage ./frontend.nix { };
#premium = baserow_premium;
#enterprise = baserow_enterprise;
# PYTHONPATH of all dependencies used by the package
Expand Down

0 comments on commit 733f69d

Please sign in to comment.