Skip to content

Revert testing.* dependency name change

Adam Coldrick requested to merge sotk/gemnasium into master

Before raising this MR, consider whether the following are required, and complete if so:

  • Unit tests
  • Metrics
  • Documentation update(s)

If not required, please explain in brief why not.

Description

This reverts a name change in the auto-generated requirements.txt file from !783 (merged). The testing.postgresql and testing.rabbitmq packages had been replaced by testing-postgresql and testing-rabbitmq. Pip handles this fine and correctly finds the packages, but it seems like this change breaks the gemnasium dependency scanning job.

Merge request reports