Skip to content

Commit 00fd8dd

Browse files
committed
[SEM-526] Fix PyTest filename pattern
1 parent f551aa0 commit 00fd8dd

2 files changed

Lines changed: 7 additions & 5 deletions

File tree

charon_requirements.txt

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,17 @@
11
flake8==4.0.1
22
flake8-polyfill==1.0.2
33
flake8-quotes==3.3.1
4-
typing
5-
pycodestyle==2.8.0
4+
mypy==0.910
5+
pep8-naming==0.12.1
66
pytest==6.2.5
77
pytest-cov==3.0.0
88
pytest-mock==1.10.4
99
pytest-raises==0.11
1010
pytest-profiling==1.7.0
1111
pytest-raises==0.11
12+
vulture==2.3
13+
pycodestyle==2.8.0
14+
pylint==2.13.9
1215
coverage
1316
lizard
14-
vulture
15-
mypy
17+
typing

ci

Submodule ci updated 1 file

0 commit comments

Comments
 (0)