diff --git a/recipes/xrst/run_test.py b/recipes/xrst/run_test.py index 36862d8389262..a398d79fbc34e 100755 --- a/recipes/xrst/run_test.py +++ b/recipes/xrst/run_test.py @@ -29,9 +29,6 @@ subprocess.run( command , check = True) os.chdir( f'xrst-{version}' ) # -# file_name -file_name = 'pytest/test_rst.py' -# # pytest/test_rst.py test_installed_version = 'True' command = [ 'python', 'pytest/test_rst.py', test_installed_version ]