Skip to content

Commit 07bce78

Browse files
Update src/client/testing/testController/pytest/pytestHelpers.ts
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 0977cf3 commit 07bce78

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/client/testing/testController/pytest/pytestHelpers.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,11 @@ export async function handleSymlinkAndRootDir(cwd: string, pytestArgs: string[])
3838
* Builds the environment variables required for pytest discovery.
3939
* Sets PYTHONPATH to include the plugin path and TEST_RUN_PIPE for communication.
4040
*/
41-
export async function buildPytestEnv(
41+
export function buildPytestEnv(
4242
envVars: { [key: string]: string | undefined } | undefined,
4343
fullPluginPath: string,
4444
discoveryPipeName: string,
45-
): Promise<{ [key: string]: string | undefined }> {
45+
): { [key: string]: string | undefined } {
4646
const mutableEnv = {
4747
...envVars,
4848
};

0 commit comments

Comments
 (0)