Skip to content

Commit

Permalink
Use latest pip in tox environments
Browse files Browse the repository at this point in the history
Apparently, pip<21.3 behaves differently on Python 3.7 and 3.9. The
package `crispy-forms-foundation` does not get its package data
installed (i.e. its Django templates directory) under Python 3.7, but it
does under Python 3.9.

Since the latest pip appears to work fine for NAV now, we can safely
update.
  • Loading branch information
lunkwill42 committed Jan 3, 2023
1 parent 41b1a6f commit 9203e9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ python =
# Baseline test environment
deps =
pip-tools
pip<21.3
pip
setenv =
LC_ALL=C.UTF-8
LANG=C.UTF-8
Expand Down

0 comments on commit 9203e9c

Please sign in to comment.