Skip to content

Commit 77d9479

Browse files
committed
Merge branch 'feat/python3_13' of https://github.com/ydataai/ydata-profiling into feat/python3_13
2 parents 3ed73b4 + 0ac0bc5 commit 77d9479

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

tests/unit/test_console.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
import os
22

33
import pytest
4+
import requests
45

56
from ydata_profiling.controller import console
67
from ydata_profiling.utils.paths import get_config
78

8-
import requests
9-
109
NASA_URL = "https://data.nasa.gov/docs/legacy/meteorite_landings/Meteorite_Landings.csv"
1110

11+
1212
@pytest.fixture
1313
def console_data(get_data_file):
1414
try:
@@ -18,6 +18,7 @@ def console_data(get_data_file):
1818
except Exception as e:
1919
pytest.skip(f"Skipping console tests: cannot fetch meteorites.csv ({e})")
2020

21+
2122
@pytest.mark.skipif(os.name == "nt", reason="multiprocessing+pytest broken on Windows")
2223
def test_console_multiprocessing(console_data, test_output_dir):
2324
report = test_output_dir / "test_samples.html"

0 commit comments

Comments
 (0)