Skip to content

Commit

Permalink
DEBUG: explicitly upgrade Django to 5.1.x
Browse files Browse the repository at this point in the history
b/c Kiwi TCMS still requires Django 5.0.x and we want to test with newer
version
  • Loading branch information
atodorov committed Jan 3, 2025
1 parent 23e9afa commit fa88a5e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ test:
git clone --depth 1 https://github.com/kiwitcms/Kiwi.git $(KIWI_INCLUDE_PATH); \
pip install -U -r $(KIWI_INCLUDE_PATH)/requirements/base.txt; \
fi

# explicitly upgrade Django to 5.1.x
pip install -U Django

PYTHONPATH=.:$(KIWI_INCLUDE_PATH) EXECUTOR=standard PYTHONWARNINGS=d AUTO_CREATE_SCHEMA='' \
KIWI_TENANTS_DOMAIN='test.com' \
Expand Down

0 comments on commit fa88a5e

Please sign in to comment.