Skip to content

Commit

Permalink
Pin python docker version to workaround psycopg2 import error
Browse files Browse the repository at this point in the history
The Python package reports that up to Python 3.12 is supported.

See also psycopg/psycopg2#1692
  • Loading branch information
philipnbbc committed Oct 8, 2024
1 parent 09f2890 commit 4332112
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
MS_DOCKER_UNITTEST:=FALSE

# Import of psycopg2, which is used in aiopg and aiocypher unit tests, failed on Python 3.13.
# psycopg2 reports support up to 3.12. See also https://github.com/psycopg/psycopg2/issues/1692
CLOUDFIT_BASE_LABEL:=3.12

include ./static-commontooling/make/lib_static_commontooling.mk
include ./static-commontooling/make/standalone.mk
include ./static-commontooling/make/pythonic.mk
Expand Down

0 comments on commit 4332112

Please sign in to comment.