Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
lkubb committed Aug 12, 2024
1 parent bcb41c3 commit b524972
Show file tree
Hide file tree
Showing 5 changed files with 58 additions and 79 deletions.
2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,8 @@ tests = [
"pytest>=7.2.0",
"pytest-salt-factories>=1.0.0; sys_platform == 'win32'",
"pytest-salt-factories[docker]>=1.0.0; sys_platform != 'win32'",
"pytest-subtests",
"python-consul",
]

[project.entry-points."salt.loader"]
Expand Down
6 changes: 0 additions & 6 deletions tests/functional/cache/test_consul.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,6 @@

log = logging.getLogger(__name__)

pytestmark = [
pytest.mark.skip_on_fips_enabled_platform,
pytest.mark.slow_test,
pytest.mark.skip_if_binaries_missing("dockerd"),
]


def confirm_consul_is_ready(timeout_at, container):
sleeptime = 0.1
Expand Down
Loading

0 comments on commit b524972

Please sign in to comment.