2 new commits in pytest-pep8:

https://bitbucket.org/hpk42/pytest-pep8/changeset/ee2bdf096449/
changeset:   ee2bdf096449
user:        hpk42
date:        2012-10-18 13:51:51
summary:     pytest-2.3 will not have a .markers but the old backward-compat 
rw-keywords attribute
affected #:  1 file

diff -r e75a84750400eff3732ae3008eeefc6d42c151b9 -r 
ee2bdf0964490f42f036b3418c48635a160c1e23 pytest_pep8.py
--- a/pytest_pep8.py
+++ b/pytest_pep8.py
@@ -51,10 +51,7 @@
 
     def __init__(self, path, parent, pep8ignore, max_line_length):
         super(Pep8Item, self).__init__(path, parent)
-        if hasattr(self, "markers"):
-            self.markers.pep8 = pytest.mark.pep8
-        else:
-            self.keywords["pep8"] = pytest.mark.pep8
+        self.keywords["pep8"] = pytest.mark.pep8
         self.pep8ignore = pep8ignore
         self.max_line_length = max_line_length
 



https://bitbucket.org/hpk42/pytest-pep8/changeset/47c4298aedfd/
changeset:   47c4298aedfd
user:        hpk42
date:        2012-10-25 15:24:00
summary:     add MANIFEST.in to include test and tox.ini
affected #:  2 files

diff -r ee2bdf0964490f42f036b3418c48635a160c1e23 -r 
47c4298aedfd090458d914c80c35a6ad3dfce991 CHANGELOG
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -3,6 +3,7 @@
 
 - added pep8maxlinelength ini setting to configure the maximum allowed
   line length.
+- add tox.ini and test_pep8.py to distribution
 
 1.0.2
 ----------------------------------------------


diff -r ee2bdf0964490f42f036b3418c48635a160c1e23 -r 
47c4298aedfd090458d914c80c35a6ad3dfce991 MANIFEST.in
--- /dev/null
+++ b/MANIFEST.in
@@ -0,0 +1,8 @@
+include CHANGELOG
+include README.txt
+include setup.py
+include tox.ini
+include LICENSE
+include test_pep8.py
+graft doc
+graft test_pep8.py

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

--

This is a commit notification from bitbucket.org. You are receiving
this because you have the service enabled, addressing the recipient of
this email.
_______________________________________________
py-svn mailing list
py-svn@codespeak.net
http://codespeak.net/mailman/listinfo/py-svn

Reply via email to