Closed jemrobinson closed 1 month ago
This PR does not seem to contain any modification to coverable code.
Was going to add that this does actually improve things in Windows 10 at least, as I had to install psycopg[binary]
(hadn't had chance to report yet) to be able to run dsh commands.
@craddm : Are you happy to merge this then?
Fine by me (works fine for my setup)
Merged (works on my machine) :rofl:
:white_check_mark: Checklist
Enable foobar integration
rather than515 foobar
).develop
.:vertical_traffic_light: Depends on
n/a
:arrow_heading_up: Summary
psycopg
topsycopg[binary]
From the installation page
psycopg[binary]
packages its own version oflibpq
. This avoids a requirement that the end user haslibpq
installed.Note that this would mean that we drop support for platforms that aren't supported by
psycopg[binary]
which include Apple Mac M1.:closed_umbrella: Related issues
Attempting to run
dsh
commands usingpsycopg
withoutlibpq
installed gives errors like the following::microscope: Tests
Tested locally