mob next [ci-skip] [ci skip] [skip ci]

lastFile:pkgs/python/django-dbbackup/default.nix
This commit is contained in:
2026-03-25 14:03:53 +07:00
parent 8775a36d63
commit bd6eea9331
3 changed files with 7 additions and 7 deletions

View File

@@ -61,7 +61,7 @@ python3.pkgs.buildPythonApplication rec {
cryptography
distutils
dj-rest-auth
django_4
django
django-allauth
django-allauth.optional-dependencies.openid
django-allauth.optional-dependencies.mfa
@@ -124,9 +124,9 @@ python3.pkgs.buildPythonApplication rec {
fido2
];
nativeCheckInputs = with python3.pkgs; [ django-slowtests ];
installPhase = ''
substituteInPlace src/backend/InvenTree/InvenTree/settings.py --replace-fail "django_slowtests.testrunner.DiscoverSlowestTestsRunner" "django.test.runner.DiscoverRunner"
mkdir -p $out/opt/inventree
cp -r . $out/opt/inventree

View File

@@ -4,7 +4,7 @@
fetchFromGitHub,
setuptools,
wheel,
django_4,
django,
pytz,
}:
@@ -26,7 +26,7 @@ buildPythonPackage rec {
];
dependencies = [
django_4
django
pytz
];

View File

@@ -4,7 +4,7 @@
fetchFromGitHub,
setuptools,
wheel,
django_4,
django,
}:
buildPythonPackage rec {
@@ -24,7 +24,7 @@ buildPythonPackage rec {
wheel
];
dependencies = [ django_4 ];
dependencies = [ django ];
pythonImportsCheck = [ "django_slowtests" ];