Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

disco: temporarily disable disco #2493

Merged
merged 3 commits into from
Nov 10, 2021
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions bin/rose
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ DEAD_ENDS=(
rose-suite-scan
rose-suite-shutdown
rose-suite-stop
rosie-disco
)

# NOTE: indicies must match DEAD_ENDS array
Expand All @@ -86,6 +87,7 @@ DEAD_END_MSGS=(
'This command has been replaced by: "cylc scan".'
'This command has been replaced by: "cylc stop".'
'This command has been replaced by: "cylc stop".'
'Rosie Disco has been disabled pending fixes at a later release.'
)

# Print actual command of a command alias
Expand Down
4 changes: 3 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,9 @@ def find_version(*file_paths):
"metomi-isodatetime",
"requests",
"sqlalchemy",
"tornado",
# TODO: rosie disco has been disabled due to the removal of WSGI support at
# Tornado 6.
# "tornado",
'psutil>=5.6.0',
]
EXTRAS_REQUIRE = {
Expand Down