diff options
author | Matt Clay <matt@mystile.com> | 2018-09-21 20:38:22 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-09-21 20:38:22 +0200 |
commit | ac492476e5389e17b8d401174f18b73e59a7fb06 (patch) | |
tree | ff4b5966545ea3228df65f141f5a2e84f1349952 /Makefile | |
parent | Unify terms and UI between 1Password lookups and facts module (#45427) (diff) | |
download | ansible-ac492476e5389e17b8d401174f18b73e59a7fb06.tar.xz ansible-ac492476e5389e17b8d401174f18b73e59a7fb06.zip |
Bug fixes and cleanup for ansible-test. (#45991)
* Remove unused imports.
* Clean up ConfigParser usage in ansible-test.
* Fix bare except statements in ansible-test.
* Miscellaneous cleanup from PyCharm inspections.
* Enable pylint no-self-use for ansible-test.
* Remove obsolete pylint ignores for Python 3.7.
* Fix shellcheck issuers under newer shellcheck.
* Use newer path for ansible-test.
* Fix issues in code-smell tests.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -122,7 +122,7 @@ ifneq ($(REPOTAG),) endif # ansible-test parameters -ANSIBLE_TEST ?= test/runner/ansible-test +ANSIBLE_TEST ?= bin/ansible-test TEST_FLAGS ?= # ansible-test units parameters (make test / make test-py3) |