ashb commented on PR #57141:
URL: https://github.com/apache/airflow/pull/57141#issuecomment-3486746230
```
uv run -p 3.12 python -m pytest
airflow-core/tests/unit/jobs/test_scheduler_job.py
Using CPython 3.12.7
Removed virtual environment at: .venv
Creating virtual environment at: .venv
× Failed to build `psycopg2==2.9.11`
├─▶ The build backend returned an error
╰─▶ Call to `setuptools.build_meta:__legacy__.build_wheel` failed (exit
status: 1)
[stdout]
running egg_info
writing psycopg2.egg-info/PKG-INFO
writing dependency_links to psycopg2.egg-info/dependency_links.txt
writing top-level names to psycopg2.egg-info/top_level.txt
[stderr]
/Users/ash/.cache/uv/builds-v0/.tmpkOwkPL/lib/python3.12/site-packages/setuptools/dist.py:759:
SetuptoolsDeprecationWarning: License classifiers are deprecated.
!!
********************************************************************************
Please consider removing the following classifiers in favor of
a SPDX license expression:
License :: OSI Approved :: GNU Library or Lesser General
Public License (LGPL)
See
https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license
for details.
********************************************************************************
!!
self._finalize_license_expression()
Error: pg_config executable not found.
```
I propose we remove that postgres extra.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]