1 new commit in pytest:

https://bitbucket.org/hpk42/pytest/commits/51a962aea48e/
Changeset:   51a962aea48e
User:        hpk42
Date:        2013-11-20 21:04:19
Summary:     fix issue221 - handle importing of namespace-package with no
__init__.py properly. (This is a commit after the fix -- the
original issue steps for failure cannot be reproduced anymore).
Affected #:  2 files

diff -r 4b53ddc1115215d533e29f500a2694b713e3f785 -r 
51a962aea48e28953f2931aab62e5c1f1dc3848d CHANGELOG
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -56,6 +56,9 @@
   although it's not needed by pytest itself atm.  Also
   fix caching.  Fixes issue376.
 
+- fix issue221 - handle importing of namespace-package with no 
+  __init__.py properly.
+
 Changes between 2.4.1 and 2.4.2
 -----------------------------------
 

diff -r 4b53ddc1115215d533e29f500a2694b713e3f785 -r 
51a962aea48e28953f2931aab62e5c1f1dc3848d extra/get_issues.py
--- a/extra/get_issues.py
+++ b/extra/get_issues.py
@@ -66,7 +66,8 @@
 if __name__ == "__main__":
     import argparse
     parser = argparse.ArgumentParser("process bitbucket issues")
-    parser.add_argument("--refresh", help="invalidate cache, refresh issues")
+    parser.add_argument("--refresh", action="store_true",
+                        help="invalidate cache, refresh issues")
     parser.add_argument("--cache", action="store", default="issues.json",
                         help="cache file")
     args = parser.parse_args()

Repository URL: https://bitbucket.org/hpk42/pytest/

--

This is a commit notification from bitbucket.org. You are receiving
this because you have the service enabled, addressing the recipient of
this email.
_______________________________________________
pytest-commit mailing list
pytest-commit@python.org
https://mail.python.org/mailman/listinfo/pytest-commit

Reply via email to