Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Register
  • Sign in
  • pitivi pitivi
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 196
    • Issues 196
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 33
    • Merge requests 33
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • GNOMEGNOME
  • pitivipitivi
  • Merge requests
  • !240

tests: Specify encoding in locale.

  • Review changes

  • Download
  • Patches
  • Plain diff
Closed Brady Garvin requested to merge brady.j.garvin/pitivi:valid_test_locale into master Jan 22, 2020
  • Overview 1
  • Commits 1
  • Pipelines 1
  • Changes 1

On some systems, local.setlocale cannot be called with just a language code; an encoding must be specified also. (See the documentation at https://docs.python.org/3/library/locale.html#locale.setlocale.)

This change specifies an encoding for the locale used in testing, which prevents exceptions from being thrown on such systems.

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: valid_test_locale