File tree Expand file tree Collapse file tree 2 files changed +5
-12
lines changed Expand file tree Collapse file tree 2 files changed +5
-12
lines changed Original file line number Diff line number Diff line change 11asyncpg -- A fast PostgreSQL Database Client Library for Python/asyncio
22=======================================================================
33
4- .. image :: https://travis-ci.org/MagicStack/asyncpg.svg?branch=master
5- :target: https://travis-ci.org/MagicStack/asyncpg
6-
7- .. image :: https://ci.appveyor.com/api/projects/status/9rwppnxphgc8bqoj/branch/master?svg=true
8- :target: https://ci.appveyor.com/project/magicstack/asyncpg
9-
4+ .. image :: https://github.com/MagicStack/asyncpg/workflows/Tests/badge.svg
5+ :target: https://github.com/MagicStack/asyncpg/actions?query=workflow%3ATests+branch%3Amaster
6+ :alt: GitHub Actions status
107.. image :: https://img.shields.io/pypi/v/asyncpg.svg
11- :target: https://pypi.python.org/pypi/asyncpg
8+ :target: https://pypi.python.org/pypi/asyncpg
129
1310**asyncpg ** is a database interface library designed specifically for
1411PostgreSQL and Python/asyncio. asyncpg is an efficient, clean implementation
Original file line number Diff line number Diff line change 2424_system = platform .uname ().system
2525
2626
27- if os .environ .get ('TRAVIS_OS_NAME' ) == 'osx' :
28- # Travis' macOS is _slow_.
29- POOL_NOMINAL_TIMEOUT = 0.5
30- else :
31- POOL_NOMINAL_TIMEOUT = 0.1
27+ POOL_NOMINAL_TIMEOUT = 0.1
3228
3329
3430class SlowResetConnection (pg_connection .Connection ):
You can’t perform that action at this time.
0 commit comments