Skip to content

Commit

Permalink
Fix nits
Browse files Browse the repository at this point in the history
  • Loading branch information
gshuflin committed Jul 13, 2020
1 parent 0edec97 commit fdf5559
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
10 changes: 3 additions & 7 deletions tests/python/pants_test/integration/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -71,13 +71,9 @@ python_integration_tests(
uses_pants_run=True,
)

python_tests(
python_integration_tests(
name = 'log_output_integration',
sources = [ 'log_output_integration_test.py' ],
dependencies = [
'src/python/pants/engine/internals:tests',
'src/python/pants/testutil:int-test',
],
tags = ['integration'],
sources = ['log_output_integration_test.py'],
uses_pants_run=True,
)

Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ def fake_test():

return tmpdir_relative

def test_completed_log_output(self):
def test_completed_log_output(self) -> None:
build_root = get_buildroot()
with temporary_dir(root_dir=build_root) as tmpdir:
tmpdir_relative = self._prepare_sources(tmpdir, build_root)
Expand Down

0 comments on commit fdf5559

Please sign in to comment.