[gnome-weather/wip/christopherdavis/install-dogtail-for-tests] tests: Use python2 for tests
- From: Christopher Davis <christopherdavis src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-weather/wip/christopherdavis/install-dogtail-for-tests] tests: Use python2 for tests
- Date: Fri, 22 Feb 2019 09:35:03 +0000 (UTC)
commit 5782a5b4791fb4077f62800dab6583063f1c2327
Author: Christopher Davis <brainblasted disroot org>
Date: Fri Feb 22 04:34:14 2019 -0500
tests: Use python2 for tests
This is so that dogtail works on Fedora.
tests/meson.build | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/tests/meson.build b/tests/meson.build
index 7f81dcf..1eaa233 100644
--- a/tests/meson.build
+++ b/tests/meson.build
@@ -1,4 +1,4 @@
-pyexec = find_program('python3')
+pyexec = find_program('python2')
test(
'world_view',
pyexec,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]