Skip to content

Commit

Permalink
test: remove pytest.importofskip setting; force developers to have al…
Browse files Browse the repository at this point in the history
…l dependencies installed before being able to run full test suite
  • Loading branch information
IamGianluca committed Mar 24, 2024
1 parent 81dfb67 commit 1bae4d8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion blazingai/tabular/model_selection.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from typing import Any, Dict, Generator, List, Optional
from typing import Dict, Generator, List, Optional

import numpy as np
import pandas as pd
Expand Down
2 changes: 0 additions & 2 deletions tests/test_convert_images.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
from pathlib import Path

import pytest

pytest.importorskip("pydicom")
from blazingai.vision.convert import convert_dicom2jpg
from pydicom import dcmread

Expand Down

0 comments on commit 1bae4d8

Please sign in to comment.