File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ from __future__ import annotations
2+
13from queue import Empty
24from queue import Queue
35from ssl import SSLContext
Original file line number Diff line number Diff line change 1+ from __future__ import annotations
2+
13import abc
24import ipaddress
35import json
Original file line number Diff line number Diff line change 1+ from __future__ import annotations
2+
13import urllib .parse
24from typing import List
35from typing import Tuple
Original file line number Diff line number Diff line change 1- # TODO: skip if poetry is not available or add mark to test it explicitly
2-
1+ from __future__ import annotations
32
43import email
54import re
1514import pytest
1615import toml
1716
17+ # TODO: skip if poetry is not available or add mark to test it explicitly
18+
19+
1820pytestmark = pytest .mark .release
1921
2022NAME = "pytest-httpserver"
You can’t perform that action at this time.
0 commit comments