Skip to content

Commit 38fee2b

Browse files
committed
test: Remove tests with large requirements
1 parent ac6e796 commit 38fee2b

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

geoinsight/core/tests/test_analytics.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,6 @@ def test_rest_list_analysis_types(authenticated_api_client, project):
3232
'flood_simulation',
3333
'flood_network_failure',
3434
'network_recovery',
35-
'tile2net_segmentation',
36-
'geoai_segmentation',
3735
'create_road_network',
3836
],
3937
)

tox.ini

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,8 @@ passenv =
5050
extras =
5151
dev
5252
test
53-
tasks
53+
deps =
54+
osmnx
5455
commands =
5556
pytest {posargs:-k "not slow"}
5657

0 commit comments

Comments
 (0)