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 e961d91 commit 2788a55Copy full SHA for 2788a55
openshift/dynamic/discovery.py
@@ -16,9 +16,9 @@
16
ResourceGroup,
17
)
18
from kubernetes.dynamic.exceptions import (
19
+ ApiException,
20
ResourceNotFoundError,
21
ResourceNotUniqueError,
- ApiException,
22
ServiceUnavailableError,
23
24
tox.ini
@@ -1,7 +1,7 @@
1
[tox]
2
envlist =
3
- py{27,39}-{lint}
4
- py{27,39}-openshift-unit
+ py39-lint
+ py39-openshift-unit
5
6
[testenv]
7
usedevelop = True
0 commit comments