Skip to content

Commit

Permalink
Remove problematic assertion from micropkg tests
Browse files Browse the repository at this point in the history
See discussion at #2568.

Signed-off-by: Juan Luis Cano Rodríguez <juan_luis_cano@mckinsey.com>
  • Loading branch information
astrojuanlu committed May 11, 2023
1 parent 43e3729 commit a182782
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/framework/cli/micropkg/test_micropkg_package.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,9 @@ def test_package_micropkg(
obj=fake_metadata,
)

assert result.exit_code == 0
# TODO: Restore this line after Python 3.7 is dropped,
# see https://github.com/kedro-org/kedro/pull/2568
# assert result.exit_code == 0
assert success_message in result.output

sdist_location = fake_repo_path / "dist"
Expand Down

0 comments on commit a182782

Please sign in to comment.