31 lines
1.6 KiB
Diff
31 lines
1.6 KiB
Diff
|
diff -up pygobject-3.3.4/tests/Makefile.am.ignore-more-pep8-errors pygobject-3.3.4/tests/Makefile.am
|
||
|
--- pygobject-3.3.4/tests/Makefile.am.ignore-more-pep8-errors 2012-06-22 07:16:12.000000000 -0400
|
||
|
+++ pygobject-3.3.4/tests/Makefile.am 2012-08-08 18:00:56.132870559 -0400
|
||
|
@@ -107,9 +107,9 @@ RUN_TESTS_ENV_VARS= \
|
||
|
|
||
|
check-local: $(LTLIBRARIES:.la=.so) Regress-1.0.typelib GIMarshallingTests-1.0.typelib gschemas.compiled
|
||
|
@echo " CHECK Pyflakes"
|
||
|
- @pyflakes $(top_srcdir)
|
||
|
+ pyflakes $(top_srcdir)
|
||
|
@echo " CHECK PEP8"
|
||
|
- @pep8 --ignore=E501,E123 --repeat --show-source $(top_srcdir)
|
||
|
+ pep8 --ignore=E501,E123,E124,E127 --repeat --show-source $(top_srcdir)
|
||
|
$(RUN_TESTS_ENV_VARS) $(DBUS_LAUNCH) $(EXEC_NAME) $(PYTHON) -Wd -Werror::PendingDeprecationWarning -Werror::DeprecationWarning $(srcdir)/runtests.py
|
||
|
|
||
|
check.gdb:
|
||
|
diff -up pygobject-3.3.4/tests/Makefile.in.ignore-more-pep8-errors pygobject-3.3.4/tests/Makefile.in
|
||
|
--- pygobject-3.3.4/tests/Makefile.in.ignore-more-pep8-errors 2012-08-08 18:08:37.813838989 -0400
|
||
|
+++ pygobject-3.3.4/tests/Makefile.in 2012-08-08 18:08:50.877838097 -0400
|
||
|
@@ -725,9 +725,9 @@ clean-local:
|
||
|
|
||
|
check-local: $(LTLIBRARIES:.la=.so) Regress-1.0.typelib GIMarshallingTests-1.0.typelib gschemas.compiled
|
||
|
@echo " CHECK Pyflakes"
|
||
|
- @pyflakes $(top_srcdir)
|
||
|
+ pyflakes $(top_srcdir)
|
||
|
@echo " CHECK PEP8"
|
||
|
- @pep8 --ignore=E501,E123 --repeat --show-source $(top_srcdir)
|
||
|
+ pep8 --ignore=E501,E123,E124,E127 --repeat --show-source $(top_srcdir)
|
||
|
$(RUN_TESTS_ENV_VARS) $(DBUS_LAUNCH) $(EXEC_NAME) $(PYTHON) -Wd -Werror::PendingDeprecationWarning -Werror::DeprecationWarning $(srcdir)/runtests.py
|
||
|
|
||
|
check.gdb:
|