File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ Flask-WTF==1.2.2
88ItsDangerous == 2.2.0
99Jinja2 == 3.1.5
1010jira == 2.0.0
11+ setuptools < 82
1112Markdown == 2.6.11
1213marshmallow == 3.23.1
1314MarkupSafe == 3.0.2
Original file line number Diff line number Diff line change @@ -18,24 +18,28 @@ commands = flake8 bert_e/
1818
1919[testenv:utests]
2020deps =
21+ setuptools<82
2122 pip ==22.3.1
2223 pytest-cov ==5.0.0
2324commands = pytest bert_e/tests/unit/ {posargs}
2425
2526[testenv:tests-api-mock]
2627deps =
28+ setuptools<82
2729 pip ==22.3.1
2830 pytest-cov ==5.0.0
2931commands = pytest -v -k mock bert_e/tests/test_git_host.py {posargs}
3032
3133[testenv:tests-server]
3234deps =
35+ setuptools<82
3336 pip ==22.3.1
3437 pytest-cov ==5.0.0
3538commands = pytest bert_e/tests/test_server.py {posargs}
3639
3740[testenv:tests-noqueue]
3841deps =
42+ setuptools<82
3943 pip ==22.3.1
4044passenv = CI
4145commands =
@@ -55,6 +59,7 @@ commands =
5559
5660[testenv:tests]
5761deps =
62+ setuptools<82
5863 pip ==22.3.1
5964passenv = CI
6065commands =
You can’t perform that action at this time.
0 commit comments