Replace nose.SkipTest with modern alternatives.

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

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.

Summary ID
Replace nose.SkipTest with modern alternatives.
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. Testing Done: Ran unit tests.
1fbd06a09b2f05323e84dce00dfecd3b2f88a38d
chipx86
  1. Ship It!
  2. 
      
david
Review request changed

Status: Closed (submitted)

Change Summary:

Pushed to master (6c9e34b)
Loading...