summaryrefslogtreecommitdiffstats
path: root/tests/all_languages_test.py
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-10-09 06:23:31 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-10-09 06:23:31 +0000
commit08605d822cdf05ee12d3f5d936ee1b4c4f46bb70 (patch)
treed733c49718aafd45ed7614531bc87b7ab1efc706 /tests/all_languages_test.py
parentAdding upstream version 3.8.0. (diff)
downloadpre-commit-08605d822cdf05ee12d3f5d936ee1b4c4f46bb70.tar.xz
pre-commit-08605d822cdf05ee12d3f5d936ee1b4c4f46bb70.zip
Adding upstream version 4.0.1.upstream/4.0.1upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'tests/all_languages_test.py')
-rw-r--r--tests/all_languages_test.py7
1 files changed, 0 insertions, 7 deletions
diff --git a/tests/all_languages_test.py b/tests/all_languages_test.py
deleted file mode 100644
index 98c9121..0000000
--- a/tests/all_languages_test.py
+++ /dev/null
@@ -1,7 +0,0 @@
-from __future__ import annotations
-
-from pre_commit.all_languages import languages
-
-
-def test_python_venv_is_an_alias_to_python():
- assert languages['python_venv'] is languages['python']