Skip to content

Commit

Permalink
linter + functional fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
mnaser committed Jun 11, 2024
1 parent 543ce3b commit c1ba627
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 4 additions & 0 deletions hack/setup-capo.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@
# License for the specific language governing permissions and limitations
# under the License.

# XXX(mnaser): This is a workaround for when Cluster API is tagged but not
# released yet.
export GOPROXY=off

# Versions to test
CAPI_VERSION=${CAPI_VERSION:-v1.6.0}
CAPO_VERSION=${CAPO_VERSION:-v0.9.0}
Expand Down
2 changes: 0 additions & 2 deletions magnum_cluster_api/tests/functional/test_driver.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@
# License for the specific language governing permissions and limitations
# under the License.

from unittest import mock

import pytest
from magnum import objects as magnum_objects # type: ignore
from magnum.objects import fields # type: ignore
Expand Down

0 comments on commit c1ba627

Please sign in to comment.