summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFederico Caselli <cfederico87@gmail.com>2023-05-15 21:00:57 +0200
committerFederico Caselli <cfederico87@gmail.com>2023-05-15 21:05:02 +0200
commit499c9213744bb2ecab4a6dc2450d2744f8cf30c3 (patch)
treea3aa012eae82a86c8c40109d964f50898758cf2c
parentf6e803d412c74635563988535bd3195170302ba6 (diff)
downloadsqlalchemy-499c9213744bb2ecab4a6dc2450d2744f8cf30c3.tar.gz
fix link issue, add ref for pytest-xdist pin
Change-Id: If565b2b6b968457f221eb84f0270f617618d3319
-rw-r--r--lib/sqlalchemy/util/_concurrency_py3k.py2
-rw-r--r--tox.ini1
2 files changed, 2 insertions, 1 deletions
diff --git a/lib/sqlalchemy/util/_concurrency_py3k.py b/lib/sqlalchemy/util/_concurrency_py3k.py
index 8d48aeacf..3544a0fd5 100644
--- a/lib/sqlalchemy/util/_concurrency_py3k.py
+++ b/lib/sqlalchemy/util/_concurrency_py3k.py
@@ -259,5 +259,5 @@ def get_event_loop() -> asyncio.AbstractEventLoop:
return asyncio.get_running_loop()
except RuntimeError:
# avoid "During handling of the above exception, another exception..."
- pass
+ pass
return asyncio.get_event_loop_policy().get_event_loop()
diff --git a/tox.ini b/tox.ini
index 4f4b064c9..0bbd76a93 100644
--- a/tox.ini
+++ b/tox.ini
@@ -35,6 +35,7 @@ extras=
deps=
pytest>=7.0.0rc1,<8
+ # tracked by https://github.com/pytest-dev/pytest-xdist/issues/907
pytest-xdist!=3.3.0
dbapimain-sqlite: git+https://github.com/omnilib/aiosqlite.git#egg=aiosqlite