forked from pantsbuild/pants
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adapt to upstream scalatest change (pantsbuild#9707)
### Problem ScalaTestUtil tries to hydrate org.scalatest.junit.JUnitRunner. However, it turns out that class was moved to org.scalatestplus.junit.JUnitRunner, and we never caught up. Now that they've deleted the type alias for JUnitRunner, we can't upgrade our scalatest version to 3.1.x. ### Solution use `org.scalatestplus.junit.JUnitRunner` instead as the junitRunnerClass [ci skip-rust-tests]
- Loading branch information
1 parent
bcbb4e5
commit 1d889a5
Showing
3 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters