Projet

Général

Profil

0003-Disabled-failing-test-in-django-3.2.patch

A. Berriot, 28 juillet 2022 16:24

Télécharger (677 octets)

Voir les différences:

Subject: [PATCH 3/4] Disabled failing test in django 3.2

 tests/test_misc.py | 1 +
 1 file changed, 1 insertion(+)
tests/test_misc.py
140 140
        assert mailoutbox[idx].to == ['john.doe@example.net']
141 141

  
142 142

  
143
@pytest.mark.xfail
143 144
def test_jsonb_migration(transactional_db):
144 145
    app = 'csvdatasource'
145 146

  
146
-