Skip to content
Snippets Groups Projects

db.pytest_plugin: Make pytest-postgresql an optional runtime dependency

  1. Jan 06, 2023
    • (@ardumont)'s avatar
      db.pytest_plugin: Make pytest-postgresql an optional runtime dependency · 6edf2bea
      (@ardumont) authored
      Currently, this pulls the postgresql installation when installing swh.core
      which is not something wanted. That bypasses the current production pinning
      done in puppet and installs the latest postgresql-13 for example (even on node
      without postgresql).
      
      That particular dependency should be installed alongside swh modules which
      needs the core db pytest-plugin for their tests.
      6edf2bea
Loading