jenkins-bot merged this change.
[cleanup] Remove externals path
externals folder has been dropped since pwb 3.0
Change-Id: I8be20bc61965957836c5e5ea06bf0d282dba4796
---
M tests/ui_tests.bat
M tox.ini
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/tests/ui_tests.bat b/tests/ui_tests.bat
index 68da2b6..e850506 100644
--- a/tests/ui_tests.bat
+++ b/tests/ui_tests.bat
@@ -1,4 +1,4 @@
@echo off
-set PYTHONPATH=%~dp0..;%~dp0../externals
+set PYTHONPATH=%~dp0..
set PYWIKIBOT_DIR=%~dp0..
"%~dp0ui_tests.py"
diff --git a/tox.ini b/tox.ini
index 48c0edd..2676663 100644
--- a/tox.ini
+++ b/tox.ini
@@ -263,7 +263,7 @@
tests/xmlreader_tests.py: N802
[pep8]
-exclude = .tox,.git,./*.egg,build,externals,user-config.py,./scripts/i18n/*,scripts/userscripts/*
+exclude = .tox,.git,./*.egg,build,user-config.py,./scripts/i18n/*,scripts/userscripts/*
[pep257]
# see explanations above
To view, visit change 505627. To unsubscribe, or for help writing mail filters, visit settings.