From b24e862463e54c779cd51ee55244ad4483a07e40 Mon Sep 17 00:00:00 2001 From: Ronny Pfannschmidt Date: Sat, 13 May 2023 11:27:45 +0200 Subject: [PATCH] turn _pytest.python to package to prepare splitting --- src/_pytest/{python.py => python/__init__.py} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename src/_pytest/{python.py => python/__init__.py} (100%) diff --git a/src/_pytest/python.py b/src/_pytest/python/__init__.py similarity index 100% rename from src/_pytest/python.py rename to src/_pytest/python/__init__.py