Skip to content

Commit

Permalink
Pass C_INCLUDE_PATH to test environment
Browse files Browse the repository at this point in the history
At least two or three of NAVs dependencies may need to be built from
source when pulled in by pip: psycopg2, python-ldap and Pillow.  On
platforms like NixOS, the include files for the necessary C libraries
may not be in standardized FHS locations, so the C_INCLUDE_PATH is used
to convey their locations to the C compiler.
  • Loading branch information
lunkwill42 committed Dec 8, 2023
1 parent f7b13c0 commit b764037
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ setenv =
django32: DJANGO_VER=32
django40: DJANGO_VER=40
passenv =
C_INCLUDE_PATH
GITHUB_ACTIONS
GITHUB_RUN_ID
USER
Expand Down

0 comments on commit b764037

Please sign in to comment.