Vauxoo / travis2docker

This is a Library to transform travis to docker file
BSD 2-Clause "Simplified" License
13 stars 15 forks source link

[FIX] t2d: Branch name for testing updated to main #182

Closed antonag32 closed 1 year ago

antonag32 commented 1 year ago

The branch master was renamed to main so all unit tests were failing. This fixes them.

antonag32 commented 1 year ago

Also removed pytest-travis-fold from tox.ini since it was breaking some tests due to importing from py.builtin, and as far as I know we are not using travis anymore so it was not needed anyways.