Skip to content

Commit

Permalink
remove README.md from micropkg tests
Browse files Browse the repository at this point in the history
Signed-off-by: Nok <nok.lam.chan@quantumblack.com>
  • Loading branch information
noklam committed Aug 21, 2023
1 parent 85e0646 commit 41dd394
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions tests/framework/cli/micropkg/test_micropkg_package.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ def assert_sdist_contents_correct(

expected_files = {
f"{package_name}-{version}/{package_name}/__init__.py",
f"{package_name}-{version}/{package_name}/README.md",
f"{package_name}-{version}/{package_name}/nodes.py",
f"{package_name}-{version}/{package_name}/pipeline.py",
f"{package_name}-{version}/{package_name}/config/parameters_{package_name}.yml",
Expand Down Expand Up @@ -264,7 +263,6 @@ def test_package_micropkg_no_config(

expected_files = {
f"{PIPELINE_NAME}-{version}/{PIPELINE_NAME}/__init__.py",
f"{PIPELINE_NAME}-{version}/{PIPELINE_NAME}/README.md",
f"{PIPELINE_NAME}-{version}/{PIPELINE_NAME}/nodes.py",
f"{PIPELINE_NAME}-{version}/{PIPELINE_NAME}/pipeline.py",
f"{PIPELINE_NAME}-{version}/tests/__init__.py",
Expand Down
1 change: 0 additions & 1 deletion tests/framework/cli/micropkg/test_micropkg_pull.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ def assert_package_files_exist(self, source_path):
"__init__.py",
"nodes.py",
"pipeline.py",
"README.md",
}

@pytest.mark.parametrize("env", [None, "local"])
Expand Down

0 comments on commit 41dd394

Please sign in to comment.