diff --git a/pyproject.toml b/pyproject.toml index bf09936ca7..cfe6e0d168 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -127,9 +127,6 @@ dvc = "dvc.cli:main" [project.entry-points."fsspec.specs"] dvc = "dvc.api:DVCFileSystem" -[project.entry-points."pytest11"] -dvc-testing = "dvc.testing.plugin" - [project.entry-points."pyinstaller40"] hook-dirs = "dvc.__pyinstaller:get_hook_dirs" tests = "dvc.__pyinstaller:get_PyInstaller_tests"