Skip to content

Commit

Permalink
test: fix tests to ignore missing packages
Browse files Browse the repository at this point in the history
  • Loading branch information
davhofer committed Sep 11, 2024
1 parent 16a0273 commit 4a9afab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_integration.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ def test_convert_package_writes_file(package: str) -> None:
versions_per_package=5,
repo=str(repo),
use_test_prefix=True,
ignore=["slack-sdk"],
)

file = repo / "packages" / f"test-py-{package}" / "package.py"
Expand Down

0 comments on commit 4a9afab

Please sign in to comment.