Skip to content

Commit

Permalink
Skip setup_py test due to #10564.
Browse files Browse the repository at this point in the history
# Rust tests and lints will be skipped. Delete if not intended.
[ci skip-rust]

# Building wheels and fs_util will be skipped. Delete if not intended.
[ci skip-build-wheels]
  • Loading branch information
stuhood committed Aug 6, 2020
1 parent cb6620d commit 88689ec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/python/pants/backend/python/rules/run_setup_py_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ def assert_error(self, addr: str, exc_cls: Type[Exception]):
assert len(ex.wrapped_exceptions) == 1
assert type(ex.wrapped_exceptions[0]) == exc_cls

@pytest.mark.skip("TODO: see https://github.com/pantsbuild/pants/issues/10564")
def test_generate_chroot(self) -> None:
self.create_file(
"src/python/foo/bar/baz/BUILD",
Expand Down

0 comments on commit 88689ec

Please sign in to comment.