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

Disable pytest cacheprovider plugin on Ubuntu Xenial

  • Review changes

  • Download
  • Patches
  • Plain diff
Closed Michal Nowak requested to merge mnowak/xenial-disable-pytest-cacheprovider-plugin into v9_16 Apr 29, 2021
  • Overview 4
  • Commits 1
  • Pipelines 2
  • Changes 5

The pytest "cacheprovider" plugin produces a .cache/v/cache/lastfailed file, which holds a Python dictionary structure with failed tests. However, on Ubuntu 16.04 (Xenial), the file is created even though the test passed and the file contains just an empty dictionary ({}).

Disabling the "cacheprovider" plugin on Xenial and removing per-test removals of the .cache directory seems like the best course of action.

This is a v9.16-only change because Xenial was removed from main and we don't employ pytest on ~"v9.11".

This MR supersedes !4949 (closed).

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: mnowak/xenial-disable-pytest-cacheprovider-plugin