Skip to content

Commit 74c36bc

Browse files
authored
Enable devel pipeline (#344)
- runs devel testing on CI - install ansi2html and pytest-rerunfailures from git - temporary disable pytest install from git due to known bug
1 parent f2d41db commit 74c36bc

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.github/workflows/tox.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ jobs:
2727
python-version: 3.7
2828
- name: py38
2929
python-version: 3.8
30+
- name: devel
31+
python-version: 3.8
3032
- name: pypy3
3133
python-version: pypy3
3234
steps:

tox.ini

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,11 @@ basepython = python3
2727
pip_pre = True
2828
deps =
2929
{[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
3135

3236
[flake8]
3337
max-line-length = 88

0 commit comments

Comments
 (0)