Skip to content

Commit a21e9fc

Browse files
committed
Removed skip condition
1 parent 98a75ba commit a21e9fc

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

tests/test_unit_app.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,6 @@
88

99
pytest_plugins = ["nicegui.testing.user_plugin"]
1010

11-
pytestmark = pytest.mark.skipif(
12-
sys.version_info < (3, 9), reason="NiceGUI requires Python 3.9+"
13-
)
14-
1511

1612
@pytest.mark.module_under_test(_app)
1713
async def test_run_mapper(user: User) -> None:

0 commit comments

Comments
 (0)