Skip to content
This repository was archived by the owner on Jan 1, 2026. It is now read-only.

Commit ba1c145

Browse files
committed
Remove pylint from tests
1 parent 08e2ccd commit ba1c145

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

requirements-dev.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,5 @@ flake8>=3.0.3
22
pep8-naming
33
flake8-quotes
44
flake8-import-order
5-
pylint
65
pytest
76
pytest-cov

tox.ini

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ deps =
2121

2222
commands =
2323
flake8
24-
pylint -E cppcheck_junit.py test.py
2524
# Ignore DeprecationWarning / PendingDeprecationWarning triggered by tox/virtualenv
2625
python -bb -Werror -Wignore::DeprecationWarning -Wignore::PendingDeprecationWarning \
2726
-Wignore::ImportWarning -m pytest --cov=./ test.py

0 commit comments

Comments
 (0)