File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 27
27
python-version : 3.7
28
28
- name : py38
29
29
python-version : 3.8
30
+ - name : devel
31
+ python-version : 3.8
30
32
- name : pypy3
31
33
python-version : pypy3
32
34
steps :
Original file line number Diff line number Diff line change @@ -27,7 +27,11 @@ basepython = python3
27
27
pip_pre = True
28
28
deps =
29
29
{[testenv]deps}
30
- pytest @ git+https://github.com/pytest-dev/pytest.git
30
+ ansi2html @ git+https://github.com/pycontribs/ansi2html.git
31
+ pytest-rerunfailures @ git+https://github.com/pytest-dev/pytest-rerunfailures.git
32
+ # Temporary disable pytest git install due to
33
+ # https://github.com/pytest-dev/pytest-rerunfailures/issues/134
34
+ # pytest @ git+https://github.com/pytest-dev/pytest.git
31
35
32
36
[flake8]
33
37
max-line-length = 88
You can’t perform that action at this time.
0 commit comments