100
86
./brz selftest -v --parallel=fork -Oselftest.timeout=120 --subunit2 \
101
87
| subunit-filter -s --passthrough --rename "^" "python2."; \
102
88
BRZ_PLUGIN_PATH=$(BRZ_PLUGIN_PATH) $(PYTHON3) -Werror -Wignore::FutureWarning -Wignore::DeprecationWarning -Wignore::PendingDeprecationWarning -Wignore::ImportWarning -Wignore::ResourceWarning -O \
104
90
| subunit-filter -s --passthrough --rename "^" "python3."
106
92
# Run Python style checker (apt-get install pyflakes)