Skip to content

Commit 5d5859a

Browse files
committed
Downgrade markupsafe version
1 parent 9dda743 commit 5d5859a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

tox.ini

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ python =
1010

1111
[testenv]
1212
deps =
13+
markupsafe==2.0.1
1314
flake8
1415
pytest
1516
pytest-mock
@@ -20,6 +21,7 @@ commands =
2021

2122
[testenv:unit]
2223
deps =
24+
markupsafe==2.0.1
2325
flake8
2426
pytest
2527
pytest-mock
@@ -30,6 +32,7 @@ commands =
3032

3133
[testenv:e2e]
3234
deps =
35+
markupsafe==2.0.1
3336
flake8
3437
pytest
3538
commands =
@@ -39,6 +42,7 @@ commands =
3942

4043
[testenv:cov]
4144
deps =
45+
markupsafe==2.0.1
4246
pytest
4347
pytest-mock
4448
pytest-cov
@@ -48,6 +52,7 @@ commands =
4852

4953
[testenv:cov-html]
5054
deps =
55+
markupsafe==2.0.1
5156
pytest
5257
pytest-mock
5358
pytest-cov

0 commit comments

Comments
 (0)