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):