Skip to content

Commit ba0bd17

Browse files
committed
Remove unit tests
was pretty pointless since they were basically just rewriting of the implementation
1 parent 3beeaac commit ba0bd17

File tree

4 files changed

+2
-111
lines changed

4 files changed

+2
-111
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,6 @@ jobs:
2727
uses: actions/setup-python@v2
2828
with:
2929
python-version: ${{ matrix.python }}
30-
- name: Unit tests
31-
run: sbt +test
32-
shell: bash
3330
- name: Integration tests against latest ScalaPy stable
3431
run: scripts/integration_test.sh python3 0.5.1
3532
shell: bash

build.sbt

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -61,11 +61,7 @@ lazy val root = (project in file("."))
6161
.settings(
6262
name := "Python Native Libs",
6363
crossScalaVersions := Seq(scala212, scala213, scala3),
64-
libraryDependencies ++= Seq(
65-
scalaCollectionCompat,
66-
scalaTest % Test,
67-
jimfs % Test
68-
),
64+
libraryDependencies += scalaCollectionCompat,
6965
sonatypeCredentialHost := "s01.oss.sonatype.org",
7066
sonatypeRepository := "https://s01.oss.sonatype.org/service/local",
7167
semanticdbEnabled := true,

project/metals.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
// This file enables sbt-bloop to create bloop config files.
44

5-
addSbtPlugin("ch.epfl.scala" % "sbt-bloop" % "1.4.13")
5+
addSbtPlugin("ch.epfl.scala" % "sbt-bloop" % "1.5.0")

src/test/scala/ai/kien/python/PythonSpec.scala

Lines changed: 0 additions & 102 deletions
This file was deleted.

0 commit comments

Comments
 (0)