Skip to content

Commit 18ddfe2

Browse files
committed
Upgrade packages. Remove Python 2.7 and 3.5 from tests, too difficult to support.
1 parent c2ab23e commit 18ddfe2

2 files changed

Lines changed: 11 additions & 27 deletions

File tree

requirements-dev.txt

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
-r requirements.txt
2-
pytest==6.2.5
3-
tox==3.17.1
2+
pytest==7.0.1
3+
tox==3.24.5
44
flake8==4.0.1
5-
isort==5.9.3
5+
isort==5.10.1
66
docutils==0.17
77
check-manifest==0.47
8-
readme-renderer==30.0
9-
pygments==2.10.0
10-
sphinx==3.1.2
8+
readme-renderer==32.0
9+
pygments==2.11.2
10+
sphinx==4.4.0
1111
sphinx_rtd_theme==1.0.0
12-
coverage==6.0.2
13-
twine==3.4.2
14-
wheel==0.37.0
12+
coverage==6.3.2
13+
twine==3.8.0
14+
wheel==0.37.1
1515
advbumpversion==1.2.0

tox.ini

Lines changed: 2 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,12 @@
44
envlist =
55
clean,
66
check,
7-
{py27,py35,py36,py37,py38,py39,py310,pypy3},
7+
{py36,py37,py38,py39,py310},
88
report,
99
docs
1010

1111
[gh-actions]
1212
python =
13-
2.7: py27
14-
3.5: py35
1513
3.6: py36
1614
3.7: py37
1715
3.8: py38
@@ -25,25 +23,11 @@ setenv =
2523
passenv =
2624
*
2725
usedevelop = false
28-
deps =
29-
pytest
30-
nose
31-
future
32-
enum-compat
33-
coverage
26+
deps = -rrequirements-dev.txt
3427
commands =
3528
pytest -vv tests
3629
coverage run -m pytest tests
3730

38-
[testenv:bootstrap]
39-
deps =
40-
jinja2
41-
matrix
42-
skip_install = true
43-
commands =
44-
python ci/bootstrap.py
45-
passenv =
46-
*
4731

4832
[testenv:spell]
4933
setenv =

0 commit comments

Comments
 (0)