summaryrefslogtreecommitdiff
path: root/requirements_test.txt
diff options
context:
space:
mode:
authorDaniƫl van Noord <13665637+DanielNoord@users.noreply.github.com>2022-03-10 13:43:20 +0100
committerGitHub <noreply@github.com>2022-03-10 13:43:20 +0100
commit51d414dc472e0d977c7a60b37801e22be8611f23 (patch)
treebf316a00eb32c31ed7a7c96812bc5f4c89ce5383 /requirements_test.txt
parent1ebdc8c59f31962db0244a79eaab9b8d90a87baf (diff)
downloadpylint-git-51d414dc472e0d977c7a60b37801e22be8611f23.tar.gz
Use the ``tomli`` package instead of ``toml`` to parse ``.toml`` (#5887)
Co-authored-by: Marc Mueller <30130371+cdce8p@users.noreply.github.com>
Diffstat (limited to 'requirements_test.txt')
-rw-r--r--requirements_test.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/requirements_test.txt b/requirements_test.txt
index 052ac74d5..bcc6311fc 100644
--- a/requirements_test.txt
+++ b/requirements_test.txt
@@ -10,4 +10,3 @@ pytest-profiling~=1.7
pytest-xdist~=2.5
# Type packages for mypy
types-pkg_resources==0.1.3
-types-toml==0.10.4