hmrc / service-manager

A python tool to manage developing and testing with lots of microservices
Apache License 2.0
58 stars 37 forks source link

BDOG-1021: merge pytest.ini into tox.ini #110

Closed nigelhp closed 3 years ago

nigelhp commented 3 years ago

In order to reduce warnings I had explicitly defined pytest markers, and following pytest documentation put this in pytest.ini. I had not realised that some pytest config already existed in tox.ini. This now seems to be ignored, with the result that Jenkins builds fail because a junit report is not generated.

Revert the addition of pytest.ini, and instead add the pytest marker config into the existing tox.ini.