Skip to content

Commit

Permalink
remove icecream dependency (#3439)
Browse files Browse the repository at this point in the history
  • Loading branch information
falkoschindler authored Aug 5, 2024
1 parent d979476 commit 3a4d763
Show file tree
Hide file tree
Showing 5 changed files with 137 additions and 201 deletions.
1 change: 0 additions & 1 deletion examples/pytests/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
nicegui
icecream
pytest-asyncio
pytest-selenium
3 changes: 0 additions & 3 deletions nicegui/testing/plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
from typing import AsyncGenerator, Callable, Dict, Generator, List, Type

import httpx
import icecream
import pytest
from selenium import webdriver
from selenium.webdriver.chrome.service import Service
Expand All @@ -24,8 +23,6 @@

DOWNLOAD_DIR = Path(__file__).parent / 'download'

icecream.install()


def pytest_configure(config: pytest.Config) -> None:
"""Add the "module_under_test" marker to the pytest configuration."""
Expand Down
Loading

0 comments on commit 3a4d763

Please sign in to comment.