[Pytest-commit] commit/pytest: flub: Remove jython from tested python versions

commits-noreply at bitbucket.org commits-noreply at bitbucket.org
Mon Sep 8 11:33:19 CEST 2014


1 new commit in pytest:

https://bitbucket.org/hpk42/pytest/commits/c07682cb75eb/
Changeset:   c07682cb75eb
User:        flub
Date:        2014-09-06 19:44:18
Summary:     Remove jython from tested python versions

After testing with the jython 2.7 beta it seems it will require some
work to get jython back working.  So for now remove it from this list
so it doesn't get picked up by normal test runs.
Affected #:  1 file

diff -r faacab838caf54f0f67f7a05b4741516aa5306db -r c07682cb75ebe46ad79de86b9689cefb4b69f78d testing/conftest.py
--- a/testing/conftest.py
+++ b/testing/conftest.py
@@ -103,7 +103,7 @@
         return executable
 
 @pytest.fixture(params=['python2.6', 'python2.7', 'python3.3', "python3.4",
-                        'pypy', 'pypy3', 'jython'])
+                        'pypy', 'pypy3'])
 def anypython(request):
     name = request.param
     executable = getexecutable(name)

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.


More information about the pytest-commit mailing list