Open
Description
setuptools version
65.2
Python version
3.9.13
OS
Ubuntu
Additional environment information
No response
Description
Since some recent releases (likely 64, when PEP-660 was implemented), installing psycopg with -e results in a broken package, where psycopg
is an empty namespace.
This is an example of broken run. This is a similar run whose difference is installing psycopg
without the -e
flag, in order to test a depending package.
Expected behavior
See above
How to Reproduce
A more complete reproduction with stable git reference can be found in tox-dev/tox#2479.
Output
See above