Opened 9 minutes ago

#37098 new Cleanup/optimization

Add dynamically linked binary environment variables to tox config.

Reported by: Johannes Maron Owned by:
Component: Uncategorized Version: dev
Severity: Normal Keywords:
Cc: Johannes Maron Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: yes UI/UX: no

Description

I am always running into issues when I install a fresh py3 environment via tox on Darwin arm64 with homebrew:

tox -re py3

I'd like to extend tox's passenv configuration with

  • LIBMEMCACHED,
  • GDAL_LIBRARY_PATH,
  • and GEOS_LIBRARY_PATH.

All of those are commonly used to locate linked binaries.

I am currently doing those changes locally and always have to remember not to commit them.

Therefore, I'd like to commit them once and merge them into main :P

Change History (0)

Note: See TracTickets for help on using tickets.
Back to Top