Skip to content

Commit

Permalink
chore: warning config
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrugman committed Jul 6, 2023
1 parent bb2968e commit 2868ef3
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -192,15 +192,15 @@ notice-rgx = """(?mis)Copyright \\(c\\) 2023 ING Analytics Wholesale Banking.+""

[tool.pytest.ini_options]
markers = ["spark"]
filterwarnings = ["error"]

#[tool.pytest.ini_options.spark_options]
#"spark.executor.id" = "driver"
#"spark.app.name" = "PySparkShell"
#"spark.executor.instances" = 1
#"master" = "local[*]"
#"spark.driver.host" = "192.168.1.78"
#"spark.sql.catalogImplementation" = "in-memory"
#filterwarnings = ["error"]

[tool.pytest.ini_options.spark_options]
"spark.executor.id" = "driver"
"spark.app.name" = "PySparkShell"
"spark.executor.instances" = 1
"master" = "local[*]"
"spark.driver.host" = "192.168.1.78"
"spark.sql.catalogImplementation" = "in-memory"

[tool.semantic_release]
version_variable = [
Expand Down

0 comments on commit 2868ef3

Please sign in to comment.