summaryrefslogtreecommitdiffstats
path: root/tests/all_languages_test.py
diff options
context:
space:
mode:
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']