Skip to content

Commit afbea48

Browse files
committed
Adjust expected failures in releasing notes
1 parent 3070174 commit afbea48

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,3 +90,7 @@ venv/
9090

9191
# Rope project settings
9292
.ropeproject
93+
94+
# Eclipse project settings
95+
.project
96+
.settings/

release_jy.rst

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -391,10 +391,12 @@ The real test consists in running the regression tests:
391391
392392
These failures are false alarms.
393393

394-
* ``test_java_visibility`` and ``test_jy_internals`` fail
394+
* ``test___all__``, ``test_java_visibility`` and ``test_jy_internals`` fail
395395
because we (deliberately) do not include certain JARs.
396396
* ``test_sort`` fails intermittently on later versions of Java.
397-
* ``test_ssl_jy`` fails because of our shading of ``bouncycastle`` classes.
397+
* ``test_ssl_jy`` fails because of `bjo issue 2858`_.
398+
399+
.. _bjo issue 2858: https://bugs.jython.org/issue2858
398400

399401

400402
Stand-alone ``regrtest``

0 commit comments

Comments
 (0)