Skip to content

Commit

Permalink
remove okify_regtests script (moved to ci_watson) (#1513)
Browse files Browse the repository at this point in the history
  • Loading branch information
zacharyburnett authored Dec 9, 2024
1 parent b37aee9 commit 5c515b8
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 155 deletions.
1 change: 1 addition & 0 deletions changes/1513.general.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
remove ``okify_regtests`` script (move to ``ci_watson``)
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,6 @@ webbpsf = "pytest_plugin.webbpsf_plugin"

[project.scripts]
roman_static_preview = "romancal.scripts.static_preview:command"
okify_regtests = "romancal.scripts.okify_regtests:main"
schema_editor = "romancal.scripts.schema_editor:main"
schemadoc = "romancal.scripts.schemadoc:main"
verify_install_requires = "romancal.scripts.verify_install_requires:main"
Expand Down
153 changes: 0 additions & 153 deletions romancal/scripts/okify_regtests.py

This file was deleted.

1 change: 0 additions & 1 deletion romancal/scripts/tests/test_scripts.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
import pytest

SCRIPTS = [
"okify_regtests",
"verify_install_requires",
]

Expand Down

0 comments on commit 5c515b8

Please sign in to comment.