-
Notifications
You must be signed in to change notification settings - Fork 192
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make command line deprecation warnings visible with test profile (#3665)
The `deprecated_command` decorator was only printing the warning if the profile was not a test profile. With `verdi devel tests` being deprecated, typically run with a test profile, the warning was being swallowed. This change gave problems with a test of `verdi comment show` that expected no output for no input, but now of course failed due to the output of the deprecation. Since it is a deprecated command anyway I simply remove the test.
- Loading branch information
1 parent
ba51ed6
commit 7895662
Showing
3 changed files
with
5 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters