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 d091844 commit 2ee5000Copy full SHA for 2ee5000
.github/workflows/test.yml
@@ -11,7 +11,7 @@ jobs:
11
matrix:
12
os:
13
- ubuntu-latest
14
- python: [ 3.10.7, 3.11.2]
+ python: [ 3.7, 3.9]
15
splunk-version:
16
- "8.1"
17
- "8.2"
tests/test_service.py
@@ -15,6 +15,7 @@
# under the License.
import unittest
18
+import pytest
19
from tests import testlib
20
21
from splunklib import client
0 commit comments