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 2147c80 commit 333eb51Copy full SHA for 333eb51
.github/workflows/tests.yaml
@@ -34,9 +34,7 @@ jobs:
34
uses: actions/setup-python@v4
35
with:
36
python-version: ${{ matrix.python-version }}
37
- - name: Install pytest
38
- run: pip install pytest invocations mock pytest-relaxed
39
- name: Setup patchwork
40
- run: pip install -e .
+ run: pip install -e .[test]
41
- name: Test with pytest
42
run: pytest
0 commit comments