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

tox: fix django version testing #7

Merged
merged 1 commit into from
Aug 22, 2023
Merged

tox: fix django version testing #7

merged 1 commit into from
Aug 22, 2023

Conversation

mik3y
Copy link
Owner

@mik3y mik3y commented Aug 22, 2023

Under tox, poetry install runs after tox-defined deps are installed, causing Django to always be upgraded. This has broken our django 3.1 and django 2.2 testing; they've not been running!

This is contributing to #6, which managed to escape our unittest because we're always testing with Django 4.2.

@mik3y mik3y force-pushed the mikey/fix-tox branch 3 times, most recently from c6ce087 to 629479d Compare August 22, 2023 00:45
Under tox, `poetry install` runs _after_ tox-defined deps are installed,
causing Django to always be upgraded. This has broken our django 3.1 and django
2.2 testing; they've not been running!
@mik3y
Copy link
Owner Author

mik3y commented Aug 22, 2023

Due to #6, as expected, some actions are now failing. Merging and fixing that seperately.

@mik3y mik3y merged commit 79ef366 into main Aug 22, 2023
24 of 72 checks passed
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

Successfully merging this pull request may close these issues.

1 participant