Skip to content

Commit

Permalink
fixup py test setup in case no env variables are set
Browse files Browse the repository at this point in the history
GitOrigin-RevId: fa4a50d7b34e6c49ffe0227e0931ef17f7136b76
  • Loading branch information
asorotsky authored and intellij-monorepo-bot committed Jan 8, 2025
1 parent 7a430b2 commit d7283df
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ data class PyEnvTestSettings(
internal val pythons: List<File> = foldersWithPythons
.filter(File::exists)
.flatMap { it.listFiles()?.toList() ?: emptyList() }
.filter { it.isDirectory && !it.name.startsWith('.') }
.plus(additionalInterpreters)
.filter { it.isDirectory && !it.name.startsWith('.') }

/**
* Configuration in readable format
Expand Down

0 comments on commit d7283df

Please sign in to comment.