Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
S
swh-deposit
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Platform
Development
swh-deposit
Merge requests
!411
Prevent dependencies from upgrading mypy
Code
Review changes
Check out branch
Download
Patches
Plain diff
Closed
Prevent dependencies from upgrading mypy
mypy-version
into
master
Overview
2
Commits
1
Pipelines
1
Changes
1
Closed
vlorentz
requested to merge
mypy-version
into
master
2 years ago
Overview
2
Commits
1
Pipelines
1
Changes
1
Expand
We currently use mypy 0.942 in tox.ini.
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
e81bcc1c
1 commit,
2 years ago
1 file
+
2
−
2
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
requirements-test.txt
+
2
−
2
Options
@@ -5,8 +5,8 @@ swh.scheduler[testing]
swh.loader.core[testing]
pytest-postgresql >=3, < 4.0.0 # version 4.0 depends on psycopg 3. https://github.com/ClearcodeHQ/pytest-postgresql/blob/main/CHANGES.rst#400
requests_mock
django-stubs
djangorestframework-stubs >= 1.4
django-stubs
>=1.10.0,<1.12.0 # only versions to support mypy 0.942
djangorestframework-stubs >= 1.4
,<1.7.0 # v1.7.0 removes support for mypy 0.942
django-test-migrations
types-requests
Loading