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

Felix Yan fyan at archlinux.org
Wed Dec 16 21:21:45 UTC 2015


    Date: Wednesday, December 16, 2015 @ 22:21:44
  Author: fyan
Revision: 153442

upgpkg: python-flaky 3.0.1-1

Modified:
  python-flaky/trunk/PKGBUILD

----------+
 PKGBUILD |   24 ++++++++++++------------
 1 file changed, 12 insertions(+), 12 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-12-16 17:28:19 UTC (rev 153441)
+++ PKGBUILD	2015-12-16 21:21:44 UTC (rev 153442)
@@ -4,8 +4,8 @@
 pkgbase=python-flaky
 pkgname=('python-flaky' 'python2-flaky')
 _pypiname=flaky
-pkgver=3.0.0.20151215
-_commit=ac5604f3a4dcd0e97edc443ceaf73843663b0e4c
+pkgver=3.0.1
+_commit=990e89410b197bc093f8ebf0635c6d1d30fd5f80
 pkgrel=1
 pkgdesc='Plugin for nose or py.test that automatically reruns flaky tests'
 arch=('any')
@@ -36,11 +36,11 @@
   python setup.py install --root="$PWD/tmp_install" --optimize=1
   (
     export PYTHONPATH="$PWD/tmp_install/usr/lib/python3.5/site-packages:$PYTHONPATH"
-    nosetests3 --with-flaky --exclude="pytest|test_nose_options_example" test/
-    py.test -k 'example and not nose and not options' --doctest-modules test/
-    py.test -p no:flaky test/test_flaky_pytest_plugin.py
-    nosetests3 --with-flaky --force-flaky --max-runs 2 test/test_nose_options_example.py
-    py.test --force-flaky --max-runs 2 test/test_pytest_options_example.py
+    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
+    nosetests3 --with-flaky --force-flaky --max-runs 2 test/test_nose/test_nose_options_example.py
+    py.test --force-flaky --max-runs 2 test/test_pytest/test_pytest_options_example.py
   )
 
   cd "$srcdir/$_pypiname-py2"
@@ -47,11 +47,11 @@
   python2 setup.py install --root="$PWD/tmp_install" --optimize=1
   (
     export PYTHONPATH="$PWD/tmp_install/usr/lib/python2.7/site-packages:$PYTHONPATH"
-    nosetests2 --with-flaky --exclude="pytest|test_nose_options_example" test/
-    py.test2 -k 'example and not nose and not options' --doctest-modules test/
-    py.test2 -p no:flaky test/test_flaky_pytest_plugin.py
-    nosetests2 --with-flaky --force-flaky --max-runs 2 test/test_nose_options_example.py
-    py.test2 --force-flaky --max-runs 2 test/test_pytest_options_example.py
+    nosetests2 --with-flaky --exclude="test_nose_options_example" test/test_nose/
+    py.test2 -k 'example and not options' --doctest-modules test/test_pytest/
+    py.test2 -p no:flaky test/test_pytest/test_flaky_pytest_plugin.py
+    nosetests2 --with-flaky --force-flaky --max-runs 2 test/test_nose/test_nose_options_example.py
+    py.test2 --force-flaky --max-runs 2 test/test_pytest/test_pytest_options_example.py
   )
 }
 



More information about the arch-commits mailing list