Skip to content

Commit

Permalink
linting gitignore and removing net=host from tests
Browse files Browse the repository at this point in the history
--net=host change is an outcome of https://redhat-internal.slack.com/archives/C06S75ZF9JT/p1712851316770539

Signed-off-by: greg pereira <[email protected]>
  • Loading branch information
Gregory-Pereira committed Apr 12, 2024
1 parent d8fe927 commit 318acbc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ models/*
!models/README.md
convert_models/converted_models
recipes/chromedriver
recipes/Google\ Chrome.app
recipes/Google\ Chrome.app
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@
host_port=8001
)
],
extra_launch_args=["--network=host"]
)

CB = pytest_container.Container(
Expand All @@ -50,7 +49,6 @@
host_port=8501
)
],
extra_launch_args=["--network=host"]
)

def pytest_generate_tests(metafunc):
Expand Down

0 comments on commit 318acbc

Please sign in to comment.