You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by po...@apache.org on 2020/08/23 13:51:29 UTC

[airflow] branch master updated: Removed the prerequisite for perf-kit path augmentation (#10492)

This is an automated email from the ASF dual-hosted git repository.

potiuk pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/master by this push:
     new 82369fa  Removed the prerequisite for perf-kit path augmentation (#10492)
82369fa is described below

commit 82369faddec2aa5fc032c8f250c1a5e50916dff0
Author: Jarek Potiuk <ja...@polidea.com>
AuthorDate: Sun Aug 23 15:50:25 2020 +0200

    Removed the prerequisite for perf-kit path augmentation (#10492)
---
 tests/utils/perf/perf_kit/__init__.py | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/tests/utils/perf/perf_kit/__init__.py b/tests/utils/perf/perf_kit/__init__.py
index d9a2c48..d17ca8e 100644
--- a/tests/utils/perf/perf_kit/__init__.py
+++ b/tests/utils/perf/perf_kit/__init__.py
@@ -21,12 +21,6 @@ Perf-kit
 
 Useful decorators and context managers used when testing the performance of various Airflow components.
 
-To use this package, you must add the parent directory to the :envvar:`PYTHONPATH` environment variable.
-If the repository root directory is ``/opt/airflow/``, then you need to run the following command:
-
-.. code-block:: bash
-
-    export PYTHONPATH=/opt/airflow/scripts/perf
 
 Content
 =======