• 
      

    Replace nose.SkipTest with modern alternatives.

    Review Request #11828 — Created Sept. 30, 2021 and submitted — Latest diff uploaded

    Information

    Review Board
    master

    Reviewers

    Once upon a time, when nose test runner, raising nose.SkipTest was the
    only way to mark a unit test as skipped. This concept made it into core
    Python in 2.7, along with some nice additional helpers and methods. This
    change moves us over to the standard library versions.

    Ran unit tests.

    Commits

    Files