We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent edd166e commit cdfc8c7Copy full SHA for cdfc8c7
1 file changed
find-python-projects.js
@@ -64,8 +64,6 @@ async function findPythonProjects(rootDir, desiredExportPaths) {
64
projects: projects,
65
paths: projects.map((project) => project.path),
66
projectsByCommand: getProjectsByCommand(projects),
67
- testableProjects: projects.filter((project) => project.testCommand),
68
- packageableProjects: projects.filter((project) => project.packageCommand),
69
};
70
}
71
0 commit comments