We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ebf54ab commit 3f857c2Copy full SHA for 3f857c2
tests/test_crud.py
@@ -5,10 +5,6 @@
5
6
from .conftest import TEST_PLAYBOOKS, run_playbook
7
8
-IGNORED_WARNINGS = [
9
- "Activation Key 'Test Activation Key Copy' already exists.",
10
-]
11
-
12
if sys.version_info[0] == 2:
13
for envvar in os.environ.keys():
14
try:
0 commit comments