Skip to content

Commit e4feda2

Browse files
TST: Not skipping tests if data directory not found (ibis-project#2662)
1 parent 317b0bb commit e4feda2

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

conftest.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,4 @@ def data_directory() -> Path:
2323
datadir = os.environ.get('IBIS_TEST_DATA_DIRECTORY', default)
2424
datadir = Path(datadir)
2525

26-
if not datadir.exists():
27-
pytest.skip('test data directory not found')
28-
2926
return datadir

0 commit comments

Comments
 (0)