Skip to content

Commit

Permalink
run_test.py: Remove dead code.
Browse files Browse the repository at this point in the history
  • Loading branch information
bradbell committed Jan 6, 2025
1 parent 1092804 commit 0812ab8
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions recipes/xrst/run_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 ]
Expand Down

0 comments on commit 0812ab8

Please sign in to comment.