Skip to content

Commit ef9240c

Browse files
authored
Merge branch 'main' into 25.12LTS
2 parents a332796 + 785d77f commit ef9240c

2 files changed

Lines changed: 0 additions & 4 deletions

File tree

tests/test_static.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,16 @@
11
import logging
22
import os
33
import sys
4-
54
from collections import Counter
65
from pathlib import Path
76
from time import gmtime, strftime
87
from urllib.parse import unquote
98

109
import pytest
11-
1210
from sanic import Sanic, text
1311
from sanic.exceptions import FileNotFound, ServerError
1412
from sanic.response import file
1513

16-
1714
pytestmark = pytest.mark.xdist_group(name="static_files")
1815

1916

tests/worker/test_runner.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
from unittest.mock import Mock, call, patch
22

33
import pytest
4-
54
from sanic.app import Sanic
65
from sanic.http.constants import HTTP
76
from sanic.server.runners import _run_server_forever, serve

0 commit comments

Comments
 (0)