Bennyelg commented on a change in pull request #16954:
URL: https://github.com/apache/airflow/pull/16954#discussion_r668530081
##########
File path: tests/operators/test_python.py
##########
@@ -856,6 +874,16 @@ def f():
self._run_as_operator(f, python_version=3, use_dill=False,
requirements=['dill'])
+ @staticmethod
+ def _initiate_pypi_server():
+ try:
+ if not os.path.exists('/root/packages'):
+ os.makedirs('/root/packages')
+ subprocess.Popen(['pypi-server'])
Review comment:
I'll working on it now separately by figure out whats the best way to do
it.
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]