Skip to content

Commit

Permalink
add skip comment and revert function call
Browse files Browse the repository at this point in the history
  • Loading branch information
thedoubl3j committed Jan 8, 2025
1 parent cfd7acc commit e66965a
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions awx_collection/test/awx/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
from ansible.module_utils.six import raise_from

from ansible_base.rbac.models import RoleDefinition, DABPermission
from awx.main.tests.conftest import load_all_credentials
from awx.main.tests.conftest import load_all_credentials # noqa: F401
from awx.main.tests.functional.conftest import _request
from awx.main.tests.functional.conftest import credentialtype_scm, credentialtype_ssh # noqa: F401; pylint: disable=unused-import
from awx.main.models import (
Expand Down Expand Up @@ -364,6 +364,3 @@ def rrule():
@pytest.fixture
def schedule(job_template, rrule):
return Schedule.objects.create(unified_job_template=job_template, name='test-sched', rrule=rrule)

# has autouse on for the fixture but calling to satisfy linting
oad_all_credentials()

0 comments on commit e66965a

Please sign in to comment.