Skip to content

Commit

Permalink
Bump pgtest version to 1.3.1 (#3323)
Browse files Browse the repository at this point in the history
pgtest <=1.3.0 does not work with postgresql 10 on ubuntu 18.04
jamesnunn/pgtest#9
this is fixed on pgtest 1.3.1
  • Loading branch information
ltalirz authored and CasperWA committed Sep 16, 2019
1 parent 6299cf6 commit 2b3fb14
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/requirements_for_rtd.txt
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ numpy==1.16.4
paramiko==2.6.0
passlib==1.7.1
pg8000<1.13.0
pgtest==1.2.0
pgtest==1.3.1
pika==1.0.0
plumpy==0.14.2
psutil==5.5.1
Expand Down
4 changes: 2 additions & 2 deletions setup.json
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
],
"testing": [
"unittest2==1.1.0; python_version<'3.5'",
"pgtest==1.2.0",
"pgtest==1.3.1",
"pg8000<1.13.0",
"sqlalchemy-diff==0.1.3",
"coverage==4.5.2",
Expand Down Expand Up @@ -218,4 +218,4 @@
"scripts": [
"bin/runaiida"
]
}
}

0 comments on commit 2b3fb14

Please sign in to comment.