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 d2b6f55 commit 5dcabccCopy full SHA for 5dcabcc
.github/workflows/test.yml
@@ -48,10 +48,9 @@ jobs:
48
with:
49
python-version: ${{ matrix.python-version }}
50
51
- - name: Install dependencies
+ - name: Install test dependencies
52
run: |
53
python -m pip install --upgrade pip
54
- pip install -r requirements.txt
55
pip install tox tox-gh-actions
56
57
- name: Run test
tox.ini
@@ -21,6 +21,7 @@ PYTEST_MAJOR_VERSION =
21
22
[testenv]
23
deps =
24
+ -rrequirements.txt
25
pytest4: pytest>=4.0.0,<5.0.0
26
pytest5: pytest>=5.0.0,<6.0.0
27
pytest6: pytest>=6.0.0,<7.0.0
0 commit comments