[arch-commits] Commit in python-flaky/trunk (PKGBUILD)

Bartłomiej Piotrowski bpiotrowski at archlinux.org
Sat Dec 24 17:36:33 UTC 2016


    Date: Saturday, December 24, 2016 @ 17:36:32
  Author: bpiotrowski
Revision: 201652

Python 3.6 rebuild

Modified:
  python-flaky/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-12-24 17:36:04 UTC (rev 201651)
+++ PKGBUILD	2016-12-24 17:36:32 UTC (rev 201652)
@@ -4,7 +4,7 @@
 pkgbase=python-flaky
 pkgname=('python-flaky' 'python2-flaky')
 pkgver=3.3.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Plugin for nose or py.test that automatically reruns flaky tests'
 arch=('any')
 license=('Apache')
@@ -33,7 +33,7 @@
   cd "$srcdir"/flaky
   python setup.py install --root="$PWD/tmp_install" --optimize=1
   (
-    export PYTHONPATH="$PWD/tmp_install/usr/lib/python3.5/site-packages:$PYTHONPATH"
+    export PYTHONPATH="$PWD/tmp_install/usr/lib/python3.6/site-packages:$PYTHONPATH"
     nosetests3 --with-flaky --exclude="test_nose_options_example" test/test_nose/
     py.test -k 'example and not options' --doctest-modules test/test_pytest/
     py.test -p no:flaky test/test_pytest/test_flaky_pytest_plugin.py



More information about the arch-commits mailing list