Skip to content

Commit

Permalink
fix: tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ralphrass committed Aug 15, 2024
1 parent 30f9533 commit 9f2ea4a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 13 deletions.
8 changes: 4 additions & 4 deletions requirements.test.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
pytest==8.3.2
pytest-cov==5.0.0
pytest-xdist==3.6.1
pytest-mock==3.14.0
pytest==5.3.2
pytest-cov==2.8.1
pytest-xdist==1.31.0
pytest-mock==2.0.0
pytest-spark==0.6.0
9 changes: 0 additions & 9 deletions tests/unit/butterfree/load/conftest.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
import os
import tempfile

from pyspark.sql import functions
from pyspark.sql.types import StringType, StructField, StructType
from pytest import fixture
Expand All @@ -16,12 +13,6 @@
from butterfree.transform.utils import Function


@fixture
def temp_file():
tempPath = tempfile.mkdtemp()
return os.path.join(tempPath, "tempFile")


@fixture
def feature_set():
key_features = [
Expand Down

0 comments on commit 9f2ea4a

Please sign in to comment.