Skip to content

Commit 7d7cc2e

Browse files
author
Fredrik Fristedt
committed
Update tox environment
Bump version(s) of python as well as test environment dependencies Change-Id: I50632d04d65559e5d24a308e1218b89636b18122
1 parent ed0c7e7 commit 7d7cc2e

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

tox.ini

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,22 +4,22 @@
44
# and then run "tox" from this directory.
55

66
[tox]
7-
envlist = py36,black,docs,pylint,pydocstyle
7+
envlist = py311,black,docs,pylint,pydocstyle
88

99
[testenv]
1010
deps =
11-
pytest==7.0
12-
pytest-cov==4.0.0
11+
pytest==7.4.1
12+
pytest-cov==4.1.0
1313
mongomock==4.1.2
1414
setenv = MONGODB_CONNSTRING = mongodb://localhost:27017
1515
MONGODB_DATABASE = testing_eiffel_graphql_api
1616
commands =
17-
pytest -s --log-format="%(levelname)%: %(message)s" {posargs}
18-
basepython = python3.6
17+
pytest -s --log-format="%(levelname)s: %(message)s" {posargs}
18+
basepython = python3.11.5
1919

2020
[testenv:black]
2121
deps =
22-
black==22.8.0
22+
black==23.9.1
2323
commands =
2424
black --check --diff .
2525

@@ -31,9 +31,9 @@ commands =
3131

3232
[testenv:pylint]
3333
deps =
34-
pylint==2.12.2
35-
pytest==7.0
36-
pytest-cov==4.0.0
34+
pylint==2.17.5
35+
pytest==7.4.1
36+
pytest-cov==4.1.0
3737
mongomock==4.1.2
3838
commands =
3939
pylint src/eiffel_graphql_api tests

0 commit comments

Comments
 (0)