We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98a75ba commit a21e9fcCopy full SHA for a21e9fc
1 file changed
tests/test_unit_app.py
@@ -8,10 +8,6 @@
8
9
pytest_plugins = ["nicegui.testing.user_plugin"]
10
11
-pytestmark = pytest.mark.skipif(
12
- sys.version_info < (3, 9), reason="NiceGUI requires Python 3.9+"
13
-)
14
-
15
16
@pytest.mark.module_under_test(_app)
17
async def test_run_mapper(user: User) -> None:
0 commit comments