Ballarat, Australia
Free software activist, software engineer and director of Sturm Software Engineering. Loves riding bikes and flying kites. Maintainer of GNU MediaGoblin.
Comment by ~sturm on ~mediagoblin/mediagoblin
For completeness, noting that we had some relevant discussion about Docker on the legacy issue tracker: https://issues.mediagoblin.org/ticket/5574
Comment by ~sturm on ~mediagoblin/mediagoblin
This no longer appears to be an issue. For example, "pytest" is being installed from OS package in our Debian 12 build and is not being reinstalled from PyPI.
REPORTED
RESOLVED CLOSEDComment by ~sturm on ~mediagoblin/mediagoblin
Ben Sturmfels referenced this ticket in commit 5bf3118.
Ticket created by ~sturm on ~mediagoblin/mediagoblin
Running
make
currently creates a Python virtualenv that's intermingled with the code, which is messy to work with. We should move this to a subdirectory, eg. "venv".
Comment by ~sturm on ~mediagoblin/mediagoblin
My current concern with our use of configure/make is that we're using it to install dependencies, which isn't what people normally do.
Comment by ~sturm on ~mediagoblin/mediagoblin
Noting that we're now using
python -m pip install --editable .
in the Makefile rather thanpython setup.py develop
. There are now no longer any references to pyconfigure in the codebase.Leaving this issue open, but I'll rename it to reflect that this is more about "configure" rather than "pyconfigure".
Comment by ~sturm on ~mediagoblin/mediagoblin
Ben Sturmfels referenced this ticket in commit e7bf00a.
Comment by ~sturm on ~mediagoblin/mediagoblin
Ben Sturmfels referenced this ticket in commit 5459665.
REPORTED
RESOLVED FIXEDComment by ~sturm on ~mediagoblin/mediagoblin
I've just upgraded to SQLAlchemy 1.4. There is an SQLAlchemy 2.0, but it's not yet in use by Debian Bookworm, Ubuntu 22.04 or Guix.
REPORTED
RESOLVED IMPLEMENTEDComment by ~sturm on ~mediagoblin/mediagoblin
I've just done some testing (Python 3.10 on GNU Guix) and am not seeing this warning. Is anyone else able to see it?