Skip to content

Commit

Permalink
remove all the accidental garbage
Browse files Browse the repository at this point in the history
  • Loading branch information
cosmicexplorer committed Apr 12, 2019
1 parent a92b196 commit aa0aa4f
Show file tree
Hide file tree
Showing 10 changed files with 3 additions and 55 deletions.
15 changes: 0 additions & 15 deletions build-support/docker/bootstrap-docker-snapshot-image.sh

This file was deleted.

32 changes: 0 additions & 32 deletions build-support/docker/nicer-shell-environment.sh

This file was deleted.

Empty file removed file.txt
Empty file.
Binary file removed pants.pex
Binary file not shown.
1 change: 0 additions & 1 deletion pyenv
Submodule pyenv deleted from a899d2
Empty file.

This file was deleted.

Expand Up @@ -162,4 +162,5 @@ def test_setup_py_unregistered_pants_plugin(self):
'test_pants_plugin/tasks/',
'test_pants_plugin/tasks/__init__.py',
'test_pants_plugin/tasks/deprecation_warning_task.py',
'test_pants_plugin/tasks/lifecycle_stub_task.py'])
'test_pants_plugin/tasks/lifecycle_stub_task.py',
])
2 changes: 1 addition & 1 deletion tests/python/pants_test/bin/test_runner_integration.py
Expand Up @@ -37,7 +37,7 @@ def test_warning_filter(self):
assertRegex(
self,
warning_run.stderr_data,
'^WARN\\].*DeprecationWarning: DEPRECATED: This is a test warning!')
'\\[WARN\\].*DeprecationWarning: DEPRECATED: This is a test warning!')

non_warning_run = self.run_pants(cmdline, config={
GLOBAL_SCOPE_CONFIG_SECTION: {
Expand Down
Binary file removed zinc-pants-native
Binary file not shown.

0 comments on commit aa0aa4f

Please sign in to comment.