mirror of
https://github.com/rancher/os.git
synced 2025-09-05 00:37:12 +00:00
migrate to python-3.4
This commit is contained in:
@@ -3,6 +3,6 @@ import pytest
|
||||
|
||||
|
||||
@pytest.fixture(scope="session", autouse=True)
|
||||
def my_own_session_run_at_beginning():
|
||||
def chdir_to_project_root():
|
||||
os.chdir('../..')
|
||||
print('\nChdir to project root dir')
|
||||
|
Reference in New Issue
Block a user