File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -44,6 +44,7 @@ def run(self):
4444 os .chmod (source_path , st .st_mode | stat .S_IEXEC )
4545 # Copy to scripts directory
4646 shutil .copy2 (source_path , target_path )
47+ sys .stderr .write (f"Copied { source_path } to { target_path } \n " )
4748
4849setup (
4950 packages = find_packages (),
Original file line number Diff line number Diff line change @@ -135,7 +135,7 @@ def test_dask_translator(self) -> None:
135135
136136
137137 @pytest .mark .unit
138- @pytest .mark .skip (reason = "tmp" )
138+ # @pytest.mark.skip(reason="tmp")
139139 def test_parsl_translator (self ) -> None :
140140
141141 # Create workflow benchmark
@@ -179,7 +179,7 @@ def test_parsl_translator(self) -> None:
179179 assert (num_completed_tasks == num_tasks )
180180
181181 @pytest .mark .unit
182- @pytest .mark .skip (reason = "tmp" )
182+ # @pytest.mark.skip(reason="tmp")
183183 def test_nextflow_translator (self ) -> None :
184184
185185 # Create workflow benchmark
You can’t perform that action at this time.
0 commit comments