Skip to content

Commit

Permalink
SONARPY-1523 Configure an extended ruling project as a Python 3.12 pr…
Browse files Browse the repository at this point in the history
…oject (#1615)
  • Loading branch information
guillaume-dequenne-sonarsource authored Oct 20, 2023
1 parent 02054b4 commit fb8a3a1
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,8 @@ void test_saleor() throws IOException {
@Test
void test_salt() throws IOException {
SonarScanner build = buildWithCommonProperties("salt");
// salt is not actually a Python 3.12 project. This is to ensure analysis is performed correctly when the parameter is set.
build.setProperty("sonar.python.version", "3.12");
build.setProperty("sonar.sources", "salt");
build.setProperty("sonar.tests", "tests");
executeBuild(build);
Expand Down

0 comments on commit fb8a3a1

Please sign in to comment.