diff options
| author | Mike Bayer <mike_mp@zzzcomputing.com> | 2023-05-15 14:59:18 -0400 |
|---|---|---|
| committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2023-05-15 14:59:18 -0400 |
| commit | f6e803d412c74635563988535bd3195170302ba6 (patch) | |
| tree | 592b26e281511c6d3ded47a5e5df14e633c0b012 | |
| parent | 13fb60bfa6f6c7e07e00892365e7af493474e224 (diff) | |
| download | sqlalchemy-f6e803d412c74635563988535bd3195170302ba6.tar.gz | |
block pytest-xdist 3.3.0
Change-Id: I9c68ef747ad4c87b73751158c5b7966c28816ec8
References: https://github.com/pytest-dev/pytest-xdist/issues/907
| -rw-r--r-- | tox.ini | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -35,7 +35,7 @@ extras= deps= pytest>=7.0.0rc1,<8 - pytest-xdist + pytest-xdist!=3.3.0 dbapimain-sqlite: git+https://github.com/omnilib/aiosqlite.git#egg=aiosqlite dbapimain-sqlite: git+https://github.com/coleifer/sqlcipher3.git#egg=sqlcipher3 |
