From b6c9cb8d41f80d6d8e2286afb2ff49ec66541a78 Mon Sep 17 00:00:00 2001 From: Alex Eagle Date: Thu, 3 Oct 2024 09:20:14 -0700 Subject: [PATCH] chore: give credit --- pytest/pytest_shim.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pytest/pytest_shim.py b/pytest/pytest_shim.py index 3fa95e3e..28d3feb2 100644 --- a/pytest/pytest_shim.py +++ b/pytest/pytest_shim.py @@ -1,4 +1,7 @@ -"""A shim for executing pytest that supports test filtering, sharding, and more.""" +"""A shim for executing pytest that supports test filtering, sharding, and more. + +Copied from https://github.com/caseyduquettesc/rules_python_pytest/blob/331e0e511130cf4859b7589a479db6c553974abf/python_pytest/pytest_shim.py +""" import sys import os