mik-laj commented on a change in pull request #8984:
URL: https://github.com/apache/airflow/pull/8984#discussion_r429529543
##########
File path: tests/test_impersonation.py
##########
@@ -50,8 +50,8 @@
def mock_custom_module_path(path: str):
"""
- This decorator adds a path to sys.path to simulate running the current
script with the ``PYTHONPATH``
- environment variable set and sets the environment variable ``PYTHONPATH``
to change the
+ This decorator adds a path to sys.path to simulate running the current
script with the :envvar:`PYTHONPATH`
+ environment variable set and sets the environment variable
:envvar:`PYTHONPATH` to change the
Review comment:
```suggestion
This decorator adds a path to sys.path to simulate running the current
script with the
:envvar:`PYTHONPATH` environment variable set and sets the environment
variable
:envvar:`PYTHONPATH` to change the
```
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]