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 a4955fb commit f487e34Copy full SHA for f487e34
.github/workflows/tests.yaml
@@ -29,9 +29,7 @@ jobs:
29
uses: actions/setup-python@v4
30
with:
31
python-version: ${{ matrix.python-version }}
32
- - name: Install pytest
33
- run: pip install pytest invocations mock pytest-relaxed
34
- name: Setup patchwork
35
- run: pip install -e .
+ run: pip install -e .[test]
36
- name: Test with pytest
37
run: pytest
0 commit comments