File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ PYSOURCES=$(wildcard ${MODULE}/**.py tests/*.py)
29
29
DEVPKGS =-rdev-requirements.txt -rtest-requirements.txt -rmypy-requirements.txt
30
30
DEBDEVPKGS =pep8 python-autopep8 pylint python-coverage pydocstyle sloccount \
31
31
python-flake8 python-mock shellcheck
32
- VERSION =2.4 .$(shell TZ=UTC git log --first-parent --max-count=1 \
32
+ VERSION =2.5 .$(shell TZ=UTC git log --first-parent --max-count=1 \
33
33
--format=format:% cd --date=format-local:% Y% m% d% H% M% S)
34
34
35
35
# # all : default task (install in dev mode)
Original file line number Diff line number Diff line change 27
27
28
28
if TYPE_CHECKING :
29
29
from _pytest ._code .code import ExceptionInfo , _TracebackStyle
30
- from _pytest .compat import LEGACY_PATH
31
30
from _pytest .config import Config
32
31
from _pytest .config import Config as PytestConfig
33
32
from _pytest .config import PytestPluginManager
@@ -342,7 +341,7 @@ def _doc_options() -> argparse.ArgumentParser:
342
341
343
342
344
343
def pytest_collect_file (
345
- file_path : Path , path : "LEGACY_PATH" , parent : pytest .Collector
344
+ file_path : Path , parent : pytest .Collector
346
345
) -> Optional [pytest .Collector ]:
347
346
"""Is this file for us."""
348
347
if (
You can’t perform that action at this time.
0 commit comments