Skip to content

Commit f0dcbb3

Browse files
author
Sylvain Delabye
authored
Merge pull request #422 from peopledoc/fix-ci-master
Pin psycopg-binary to 2.8 to fix CI
2 parents c978f88 + 79588bc commit f0dcbb3

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ master (unreleased)
88
- Added a tox job target to create a Django model graph using `dot`. Run `tox -e django_graph` to see the result. Since the database schema doesn't change that often, this tox target won't be associated with automated tests or doc generation - it's probably going to be a one-shot.
99
- Add/Confirm support of Django REST Framework 3.11 (#417).
1010
- Added a thorough documentation for maintainers
11+
- Pin psycopg2-binary to 2.8 in testing env to fix CI.
1112

1213
Release 7.0.0 (2021-03-11)
1314
==========================

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ deps =
1919
drf310: djangorestframework<3.11
2020
drf311: djangorestframework<3.12
2121
; When testing with postgresql
22-
pg: psycopg2-binary
22+
pg: psycopg2-binary>=2.8,<2.9
2323

2424
; Requirements from demo project
2525
-rdemo/requirements-demo.pip

0 commit comments

Comments
 (0)