Skip to content

Commit

Permalink
test adding platform darwin to docker req, move to dependencies, and …
Browse files Browse the repository at this point in the history
…drop unused changes
  • Loading branch information
djivey committed Jan 20, 2025
1 parent 0f98615 commit cf9f54f
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,9 @@ requires-python = ">= 3.9"
dynamic = ["version"]
dependencies = [
"salt>=3006",
"kubernetes>=19.15.0; platform_system == 'Linux'",
"kubernetes>=19.15.0; platform_system == 'Linux' or platform_system == 'Darwin'",
"PyYAML>=5.3.1",
"docker>=6.0.0",
]

[project.readme]
Expand Down Expand Up @@ -81,7 +82,6 @@ tests = [
"mock>=4.0.3",
"pytest-custom-exit-code>=0.3",
"pytest-kind>=0.5.0",
"docker>=6.0.0", # Add this for kind cluster support
]

[project.entry-points."salt.loader"]
Expand Down Expand Up @@ -161,11 +161,3 @@ showcontent = true
directory = "security"
name = "Security"
showcontent = true

[tool.pytest.ini_options]
markers = [
"slow_test: marks tests as slow (deselect with '-m \"not slow_test\"')",
]
testpaths = ["tests"] # Add this to explicitly define test paths
log_cli = true # Add this to show logs during test execution
log_cli_level = "INFO" # Add this to set default log level

0 comments on commit cf9f54f

Please sign in to comment.