From c5003b07ab10cd0e7d20667da77090e4be0f27df Mon Sep 17 00:00:00 2001 From: Dmitry Ratushnyy Date: Fri, 1 Dec 2023 17:47:42 +0000 Subject: [PATCH] Revert change for mongodb 5 --- tox.ini | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/tox.ini b/tox.ini index 7066043..8e566df 100644 --- a/tox.ini +++ b/tox.ini @@ -30,7 +30,7 @@ commands = bash -ec 'microk8s ctr image import {env:name}_*-$(yq .base rockcraft.yaml | \ cut -c 8-)_edge_amd64.rock --base-name {env:registry_namespace}/{env:name}' bash -ec 'if ! [ -d operator ]; then git clone --single-branch --branch {env:branch} {env:repo} operator; fi' {posargs} - tox --workdir operator -c operator -e integration -- --keep-momodels + tox --workdir operator -c operator -e integration [testenv:ha-integration] description = run operator integration tests @@ -44,8 +44,7 @@ commands = bash -ec 'microk8s ctr image import {env:name}_*-$(yq .base rockcraft.yaml | \ cut -c 8-)_edge_amd64.rock --base-name {env:registry_namespace}/{env:name}' bash -ec 'if ! [ -d operator ]; then git clone --single-branch --branch {env:branch} {env:repo} operator; fi' {posargs} - tox --workdir operator -c operator -e ha-integration -- --keep-momodels - + tox --workdir operator -c operator -e ha-integration [testenv:tls-integration] description = run operator integration tests skip_install = true