Skip to content

Commit

Permalink
#307 Removed conftest.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ahsimb committed Jul 29, 2024
1 parent 30c0706 commit e5cc601
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 15 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/notebook_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ jobs:
--capture=no
--override-ini=log_cli=true
--override-ini=log_cli_level=INFO
--nb-test-file=nbtest_sklearn.py
test/notebook_test_runner/test_notebooks_in_dss_docker_image.py
env:
SAAS_HOST: ${{ secrets.INTEGRATION_TEAM_SAAS_STAGING_HOST }}
Expand All @@ -47,7 +46,6 @@ jobs:
--capture=no
--override-ini=log_cli=true
--override-ini=log_cli_level=INFO
--nb-test-file=nbtest_ibis.py
test/notebook_test_runner/test_notebooks_in_dss_docker_image.py
env:
SAAS_HOST: ${{ secrets.INTEGRATION_TEAM_SAAS_STAGING_HOST }}
Expand Down
12 changes: 0 additions & 12 deletions test/notebook_test_runner/conftest.py

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,8 @@ def notebook_test_container_with_log(notebook_test_container):
yield container


def test_notebook(notebook_test_container_with_log, nb_test_file):
def test_notebook(notebook_test_container_with_log):
nb_test_file = 'nbtest_sklearn.py'
notebook_test_file = TEST_RESOURCE_PATH / nb_test_file
_logger.info(f"Running notebook tests for {notebook_test_file}")
container = notebook_test_container_with_log
Expand Down

0 comments on commit e5cc601

Please sign in to comment.