From 9e84c8359bfde853c3b536feaf4a6bb790558851 Mon Sep 17 00:00:00 2001 From: Sven Heidemann Date: Thu, 1 Dec 2022 12:25:36 +0100 Subject: [PATCH] Removed empty PythonPath #93 --- src/cpl_discord/cpl-discord.json | 4 +--- tests/custom/async/src/async/async.json | 4 +--- tests/custom/database/cpl.json | 4 +--- tests/custom/di/src/di/di.json | 4 +--- tests/custom/discord/src/discord_bot/discord-bot.json | 4 +--- tests/custom/discord/src/modules/hello_world/hello-world.json | 4 +--- tests/custom/translation/src/translation/translation.json | 4 +--- tests/generated/simple-app/cpl.json | 4 +--- tests/generated/simple-app/src/simple_app/simple-app.json | 4 +--- tests/generated/simple-console/cpl.json | 4 +--- .../simple-console/src/simple_console/simple-console.json | 4 +--- tests/generated/simple-di/cpl.json | 4 +--- tests/generated/simple-di/src/simple_di/simple-di.json | 4 +--- .../src/simple_startup_app/simple-startup-app.json | 4 +--- tests/generated/startup-app/cpl.json | 4 +--- unittests/unittests/unittests.json | 4 +--- unittests/unittests_cli/unittests_cli.json | 4 +--- unittests/unittests_core/unittests_core.json | 4 +--- unittests/unittests_query/unittests_query.json | 4 +--- unittests/unittests_shared/unittests_shared.json | 4 +--- unittests/unittests_translation/unittests_translation.json | 4 +--- 21 files changed, 21 insertions(+), 63 deletions(-) diff --git a/src/cpl_discord/cpl-discord.json b/src/cpl_discord/cpl-discord.json index cdaed19b..dabf8aab 100644 --- a/src/cpl_discord/cpl-discord.json +++ b/src/cpl_discord/cpl-discord.json @@ -24,9 +24,7 @@ "cpl-cli>=2022.10.0" ], "PythonVersion": ">=3.10.4", - "PythonPath": { - "linux": "" - }, + "PythonPath": {}, "Classifiers": [] }, "BuildSettings": { diff --git a/tests/custom/async/src/async/async.json b/tests/custom/async/src/async/async.json index 7e632a65..ab459429 100644 --- a/tests/custom/async/src/async/async.json +++ b/tests/custom/async/src/async/async.json @@ -19,9 +19,7 @@ "sh_cpl>=2021.10.0.post1" ], "PythonVersion": ">=3.9.2", - "PythonPath": { - "linux": "" - }, + "PythonPath": {}, "Classifiers": [] }, "BuildSettings": { diff --git a/tests/custom/database/cpl.json b/tests/custom/database/cpl.json index e964c144..ee84d745 100644 --- a/tests/custom/database/cpl.json +++ b/tests/custom/database/cpl.json @@ -19,9 +19,7 @@ "sh_cpl==2021.4.2.dev1" ], "PythonVersion": ">=3.9.2", - "PythonPath": { - "linux": "" - }, + "PythonPath": {}, "Classifiers": [] }, "BuildSettings": { diff --git a/tests/custom/di/src/di/di.json b/tests/custom/di/src/di/di.json index cd4e3ff2..67ca9bd5 100644 --- a/tests/custom/di/src/di/di.json +++ b/tests/custom/di/src/di/di.json @@ -19,9 +19,7 @@ "sh_cpl>=2021.10.0.post1" ], "PythonVersion": ">=3.9.2", - "PythonPath": { - "linux": "" - }, + "PythonPath": {}, "Classifiers": [] }, "BuildSettings": { diff --git a/tests/custom/discord/src/discord_bot/discord-bot.json b/tests/custom/discord/src/discord_bot/discord-bot.json index d91dbfcc..c543ea19 100644 --- a/tests/custom/discord/src/discord_bot/discord-bot.json +++ b/tests/custom/discord/src/discord_bot/discord-bot.json @@ -22,9 +22,7 @@ "cpl-cli>=2022.7.0" ], "PythonVersion": ">=3.10.4", - "PythonPath": { - "linux": "" - }, + "PythonPath": {}, "Classifiers": [] }, "BuildSettings": { diff --git a/tests/custom/discord/src/modules/hello_world/hello-world.json b/tests/custom/discord/src/modules/hello_world/hello-world.json index 869a7901..f5dd8fcc 100644 --- a/tests/custom/discord/src/modules/hello_world/hello-world.json +++ b/tests/custom/discord/src/modules/hello_world/hello-world.json @@ -22,9 +22,7 @@ "cpl-cli>=2022.7.0.post1" ], "PythonVersion": ">=3.10.4", - "PythonPath": { - "linux": "" - }, + "PythonPath": {}, "Classifiers": [] }, "BuildSettings": { diff --git a/tests/custom/translation/src/translation/translation.json b/tests/custom/translation/src/translation/translation.json index f857761d..dbbe2dcd 100644 --- a/tests/custom/translation/src/translation/translation.json +++ b/tests/custom/translation/src/translation/translation.json @@ -22,9 +22,7 @@ "cpl-cli>=2022.6.0" ], "PythonVersion": ">=3.10.4", - "PythonPath": { - "linux": "" - }, + "PythonPath": {}, "Classifiers": [] }, "BuildSettings": { diff --git a/tests/generated/simple-app/cpl.json b/tests/generated/simple-app/cpl.json index f223da45..1af0f6e6 100644 --- a/tests/generated/simple-app/cpl.json +++ b/tests/generated/simple-app/cpl.json @@ -19,9 +19,7 @@ "sh_cpl==2021.4.2" ], "PythonVersion": ">=3.9.2", - "PythonPath": { - "linux": "" - }, + "PythonPath": {}, "Classifiers": [] }, "BuildSettings": { diff --git a/tests/generated/simple-app/src/simple_app/simple-app.json b/tests/generated/simple-app/src/simple_app/simple-app.json index 5375d662..3aa9d743 100644 --- a/tests/generated/simple-app/src/simple_app/simple-app.json +++ b/tests/generated/simple-app/src/simple_app/simple-app.json @@ -19,9 +19,7 @@ "sh_cpl==2021.4.1rc2" ], "PythonVersion": ">=3.9.2", - "PythonPath": { - "linux": "" - }, + "PythonPath": {}, "Classifiers": [] }, "BuildSettings": { diff --git a/tests/generated/simple-console/cpl.json b/tests/generated/simple-console/cpl.json index 63fe1a4d..5ddc2f0f 100644 --- a/tests/generated/simple-console/cpl.json +++ b/tests/generated/simple-console/cpl.json @@ -19,9 +19,7 @@ "sh_cpl==2021.4.2" ], "PythonVersion": ">=3.9.2", - "PythonPath": { - "linux": "" - }, + "PythonPath": {}, "Classifiers": [] }, "BuildSettings": { diff --git a/tests/generated/simple-console/src/simple_console/simple-console.json b/tests/generated/simple-console/src/simple_console/simple-console.json index e05e9201..24d5c821 100644 --- a/tests/generated/simple-console/src/simple_console/simple-console.json +++ b/tests/generated/simple-console/src/simple_console/simple-console.json @@ -19,9 +19,7 @@ "sh_cpl==2021.4.1rc2" ], "PythonVersion": ">=3.9.2", - "PythonPath": { - "linux": "" - }, + "PythonPath": {}, "Classifiers": [] }, "BuildSettings": { diff --git a/tests/generated/simple-di/cpl.json b/tests/generated/simple-di/cpl.json index 8804958a..a048da7f 100644 --- a/tests/generated/simple-di/cpl.json +++ b/tests/generated/simple-di/cpl.json @@ -19,9 +19,7 @@ "sh_cpl==2021.4.2.dev1" ], "PythonVersion": ">=3.9.2", - "PythonPath": { - "linux": "" - }, + "PythonPath": {}, "Classifiers": [] }, "BuildSettings": { diff --git a/tests/generated/simple-di/src/simple_di/simple-di.json b/tests/generated/simple-di/src/simple_di/simple-di.json index b5591ebf..54751fcc 100644 --- a/tests/generated/simple-di/src/simple_di/simple-di.json +++ b/tests/generated/simple-di/src/simple_di/simple-di.json @@ -19,9 +19,7 @@ "sh_cpl==2021.4.1rc2" ], "PythonVersion": ">=3.9.2", - "PythonPath": { - "linux": "" - }, + "PythonPath": {}, "Classifiers": [] }, "BuildSettings": { diff --git a/tests/generated/simple-startup-app/src/simple_startup_app/simple-startup-app.json b/tests/generated/simple-startup-app/src/simple_startup_app/simple-startup-app.json index 6c036f08..80e4786f 100644 --- a/tests/generated/simple-startup-app/src/simple_startup_app/simple-startup-app.json +++ b/tests/generated/simple-startup-app/src/simple_startup_app/simple-startup-app.json @@ -19,9 +19,7 @@ "sh_cpl==2021.4.1rc2" ], "PythonVersion": ">=3.9.2", - "PythonPath": { - "linux": "" - }, + "PythonPath": {}, "Classifiers": [] }, "BuildSettings": { diff --git a/tests/generated/startup-app/cpl.json b/tests/generated/startup-app/cpl.json index 086c70ae..39de3a85 100644 --- a/tests/generated/startup-app/cpl.json +++ b/tests/generated/startup-app/cpl.json @@ -19,9 +19,7 @@ "sh_cpl==2021.4.2" ], "PythonVersion": ">=3.9.2", - "PythonPath": { - "linux": "" - }, + "PythonPath": {}, "Classifiers": [] }, "BuildSettings": { diff --git a/unittests/unittests/unittests.json b/unittests/unittests/unittests.json index a3f1e8b3..bae65fc0 100644 --- a/unittests/unittests/unittests.json +++ b/unittests/unittests/unittests.json @@ -19,9 +19,7 @@ "cpl-core>=2022.10.0" ], "PythonVersion": ">=3.10.4", - "PythonPath": { - "linux": "" - }, + "PythonPath": {}, "Classifiers": [], "DevDependencies": [] }, diff --git a/unittests/unittests_cli/unittests_cli.json b/unittests/unittests_cli/unittests_cli.json index aa975a3f..7b81087c 100644 --- a/unittests/unittests_cli/unittests_cli.json +++ b/unittests/unittests_cli/unittests_cli.json @@ -20,9 +20,7 @@ "cpl-cli>=2022.10.0" ], "PythonVersion": ">=3.10.4", - "PythonPath": { - "linux": "" - }, + "PythonPath": {}, "Classifiers": [], "DevDependencies": [] }, diff --git a/unittests/unittests_core/unittests_core.json b/unittests/unittests_core/unittests_core.json index 1e875549..143b7da1 100644 --- a/unittests/unittests_core/unittests_core.json +++ b/unittests/unittests_core/unittests_core.json @@ -19,9 +19,7 @@ "cpl-core>=2022.10.0" ], "PythonVersion": ">=3.10.4", - "PythonPath": { - "linux": "" - }, + "PythonPath": {}, "Classifiers": [], "DevDependencies": [] }, diff --git a/unittests/unittests_query/unittests_query.json b/unittests/unittests_query/unittests_query.json index d125ef96..bf5c4041 100644 --- a/unittests/unittests_query/unittests_query.json +++ b/unittests/unittests_query/unittests_query.json @@ -20,9 +20,7 @@ "cpl-query>=2022.10.0" ], "PythonVersion": ">=3.10.4", - "PythonPath": { - "linux": "" - }, + "PythonPath": {}, "Classifiers": [], "DevDependencies": [] }, diff --git a/unittests/unittests_shared/unittests_shared.json b/unittests/unittests_shared/unittests_shared.json index 795691a5..881cf7b1 100644 --- a/unittests/unittests_shared/unittests_shared.json +++ b/unittests/unittests_shared/unittests_shared.json @@ -19,9 +19,7 @@ "cpl-core>=2022.10.0" ], "PythonVersion": ">=3.10.4", - "PythonPath": { - "linux": "" - }, + "PythonPath": {}, "Classifiers": [], "DevDependencies": [] }, diff --git a/unittests/unittests_translation/unittests_translation.json b/unittests/unittests_translation/unittests_translation.json index f609a6d4..28396a27 100644 --- a/unittests/unittests_translation/unittests_translation.json +++ b/unittests/unittests_translation/unittests_translation.json @@ -23,9 +23,7 @@ "cpl-cli>=2022.10.0" ], "PythonVersion": ">=3.10.4", - "PythonPath": { - "linux": "" - }, + "PythonPath": {}, "Classifiers": [] }, "BuildSettings": {