Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tests fail with default install because of Django 5 #157

Open
GlennS opened this issue Jun 17, 2024 · 0 comments
Open

Tests fail with default install because of Django 5 #157

GlennS opened this issue Jun 17, 2024 · 0 comments

Comments

@GlennS
Copy link
Contributor

GlennS commented Jun 17, 2024

If you run the following in a fresh clone of xocto, it will break:

python 3 -m venv ../venv-xocto 
. ../venv-xocto/bin/activate 
make install 
make test

Two reasons for this, both related to it installing Django 5 (presumably xocto has only been tested against Django 4, and a new release has broken this for us):

These filters in our pyproject.toml
Something about timezones

Internal ticket

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant