Skip to content

Commit 6129a8d

Browse files
authored
Merge branch 'master' into pyup-scheduled-update-2018-03-05
2 parents de5176a + 2c846c2 commit 6129a8d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@ pytest==3.4.1
1616
python-dateutil==2.6.1
1717
sqlalchemy==1.2.4
1818
trafaret==1.1.1
19-
pymysql==0.8.0
19+
pymysql==0.7.11
2020
-r requirements-doc.txt

tests/docker_fixtures.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
import pymysql
77
import pytest
88

9-
from docker import APIClient
9+
from docker import Client
1010

1111

1212
TEMP_FOLDER = Path('/tmp') / 'aiohttp_admin'
@@ -30,7 +30,7 @@ def session_id():
3030

3131
@pytest.fixture(scope='session')
3232
def docker():
33-
docker = APIClient(version='auto')
33+
docker = Client(version='auto')
3434
return docker
3535

3636

0 commit comments

Comments
 (0)