Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Register
  • Sign in
  • mercurial-devel mercurial-devel
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Merge requests 30
    • Merge requests 30
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Jobs
  • Commits
Collapse sidebar
  • mercurialmercurial
  • mercurial-develmercurial-devel
  • Merge requests
  • !248

tests: migrate the pytype test to a shell script for easier CI processing

  • Review changes

  • Download
  • Patches
  • Plain diff
Merged Matt Harbison requested to merge topic/stable/pytype-script into branch/stable Sep 28, 2022
  • Overview 2
  • Commits 2
  • Pipelines 4
  • Changes 2

We can probably do more in the script (e.g. setup a venv and install pytype), but the CI file is currently installing pytype already. I didn't disable the *.t run because there's already a CI target for running pytype, so I assume swapping in this script is pretty simple for someone who understands the heptapod-ci.yml file. Depending on how the hookup with CI goes, we can drop the *.t test. But I'm waiting to see if the script gets CI specific tentacles, because I still want a convenient way to run it locally.

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: topic/stable/pytype-script