We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7e5d5b commit 6ec3515Copy full SHA for 6ec3515
.github/workflows/pytest.yml
@@ -65,7 +65,7 @@ jobs:
65
python3 -m pip install --upgrade pip
66
# install the project itself in *editable* mode so tests import the same codebase
67
# and pull in every dev / test extra declared in pyproject.toml
68
- pip install -e .[dev,asyncpg]
+ pip install -e .[dev]
69
# belt-and-braces - keep the core test tool-chain pinned here too
70
pip install pytest pytest-cov pytest-asyncio coverage[toml]
71
0 commit comments