mirror of https://github.com/sbt/sbt.git
Remove duplicate hedgehog TestFramework setting
This commit is contained in:
parent
81b81ce6b0
commit
349e91da04
|
|
@ -74,7 +74,6 @@ def commonSettings: Seq[Setting[?]] = Def.settings(
|
|||
evictionErrorLevel := Level.Info,
|
||||
Utils.componentID := None,
|
||||
resolvers += Resolver.sonatypeCentralSnapshots,
|
||||
testFrameworks += TestFramework("hedgehog.sbt.Framework"),
|
||||
testFrameworks += TestFramework("verify.runner.Framework"),
|
||||
Global / concurrentRestrictions += Utils.testExclusiveRestriction,
|
||||
// On Windows, limit to one task at a time to avoid OverlappingFileLockException when
|
||||
|
|
@ -1411,7 +1410,6 @@ lazy val launcherPackageIntegrationTest =
|
|||
// This needs to be hardcoded here, and not use addSbtIO
|
||||
"org.scala-sbt" %% "io" % "1.10.5" % Test,
|
||||
),
|
||||
testFrameworks += TestFramework("hedgehog.sbt.Framework"),
|
||||
testFrameworks += TestFramework("verify.runner.Framework"),
|
||||
Test / fork := true,
|
||||
Test / javaOptions += {
|
||||
|
|
|
|||
|
|
@ -37,7 +37,6 @@ object HouseRulesPlugin extends AutoPlugin {
|
|||
}
|
||||
},
|
||||
scalacOptions ++= "-Xsource:3".ifScala2.value.toList,
|
||||
testFrameworks += TestFramework("hedgehog.sbt.Framework"),
|
||||
testFrameworks += TestFramework("verify.runner.Framework"),
|
||||
) ++ Seq(Compile, Test).flatMap(c =>
|
||||
(c / console / scalacOptions) --= Seq("-Ywarn-unused-import", "-Xlint")
|
||||
|
|
|
|||
Loading…
Reference in New Issue