From 318acbc8e0d95d7f54ee2c141eeb21d29641d7d6 Mon Sep 17 00:00:00 2001 From: greg pereira Date: Fri, 12 Apr 2024 11:14:34 -0700 Subject: [PATCH] linting gitignore and removing net=host from tests --net=host change is an outcome of https://redhat-internal.slack.com/archives/C06S75ZF9JT/p1712851316770539 Signed-off-by: greg pereira --- .gitignore | 2 +- .../natural_language_processing/tests/functional/conftest.py | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index b88c4f2a..0d0ab5b7 100644 --- a/.gitignore +++ b/.gitignore @@ -8,4 +8,4 @@ models/* !models/README.md convert_models/converted_models recipes/chromedriver -recipes/Google\ Chrome.app \ No newline at end of file +recipes/Google\ Chrome.app diff --git a/recipes/natural_language_processing/tests/functional/conftest.py b/recipes/natural_language_processing/tests/functional/conftest.py index fbc4be69..35f5137b 100644 --- a/recipes/natural_language_processing/tests/functional/conftest.py +++ b/recipes/natural_language_processing/tests/functional/conftest.py @@ -36,7 +36,6 @@ host_port=8001 ) ], - extra_launch_args=["--network=host"] ) CB = pytest_container.Container( @@ -50,7 +49,6 @@ host_port=8501 ) ], - extra_launch_args=["--network=host"] ) def pytest_generate_tests(metafunc):