1 new commit in pytest:

https://bitbucket.org/hpk42/pytest/changeset/9f461741482e/
changeset:   9f461741482e
user:        hpk42
date:        2012-11-20 11:52:06
summary:     don't run long-args test on windows because it can't work
affected #:  1 file

diff -r 7433673d86bb5a96cb5d6aa6f109ba03a868bb9f -r 
9f461741482eec7b4ab41c06cf50b07008d70169 testing/test_config.py
--- a/testing/test_config.py
+++ b/testing/test_config.py
@@ -316,6 +316,7 @@
     ])
 
 
+@pytest.mark.skipif("sys.platform == 'win32'")
 def test_toolongargs_issue224(testdir):
     result = testdir.runpytest("-m", "hello" * 500)
     assert result.ret == 0

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.
_______________________________________________
py-svn mailing list
py-svn@codespeak.net
http://codespeak.net/mailman/listinfo/py-svn

Reply via email to