mailmanPackages: pin to django_3
This commit is contained in:
parent
7cb5d0503c
commit
84f6a6755a
1 changed files with 2 additions and 0 deletions
|
@ -2,6 +2,8 @@
|
||||||
|
|
||||||
python3.override {
|
python3.override {
|
||||||
packageOverrides = self: super: {
|
packageOverrides = self: super: {
|
||||||
|
django = super.django_3;
|
||||||
|
|
||||||
# does not find tests
|
# does not find tests
|
||||||
alembic = super.alembic.overridePythonAttrs (oldAttrs: {
|
alembic = super.alembic.overridePythonAttrs (oldAttrs: {
|
||||||
doCheck = false;
|
doCheck = false;
|
||||||
|
|
Loading…
Reference in a new issue