Page MenuHomeSoftware Heritage

requirements-test: Temporarily pin django-stubs to < 1.10.0
ClosedPublic

Authored by anlambert on Mar 28 2022, 1:30 PM.

Details

Summary

There is an incompatibility between latest django-stubs release (1.10.0)
and current release of djangorestframework-stubs.
(See https://github.com/typeddjango/djangorestframework-stubs/issues/202).

So temporarily pin django-stubs to < 1.10.0 until the issue is fixed.
(See https://github.com/typeddjango/djangorestframework-stubs/pull/203).

Diff Detail

Repository
rDWAPPS Web applications
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.

Event Timeline

Build is green

Patch application report for D7441 (id=26942)

Rebasing onto 6b5aa57b3f...

Current branch diff-target is up to date.
Changes applied before test
commit ea683ca5ff194893e3dcaeb69edf33a7e96aa396
Author: Antoine Lambert <anlambert@softwareheritage.org>
Date:   Mon Mar 28 13:28:19 2022 +0200

    requirements-test: Temporarily pin django-stubs to < 1.10.0
    
    There is an incompatibility between latest django-stubs release (1.10.0)
    and current release of djangorestframework-stubs.
    
    So temporarily pin django-stubs to < 1.10.0 until the issue is fixed.

See https://jenkins.softwareheritage.org/job/DWAPPS/job/tests-on-diff/1600/ for more details.

vlorentz added a subscriber: vlorentz.

I assume that's what is causing the cryptic CI errors?

This revision is now accepted and ready to land.Mar 28 2022, 1:55 PM

I assume that's what is causing the cryptic CI errors?

Yes it is.