diff options
Diffstat (limited to '')
-rw-r--r-- | test/t/test_dropdb.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/t/test_dropdb.py b/test/t/test_dropdb.py index 2f65857..f75979a 100644 --- a/test/t/test_dropdb.py +++ b/test/t/test_dropdb.py @@ -2,7 +2,6 @@ import pytest class TestDropdb: - # --help can fail due to missing package dependencies, e.g. on Ubuntu 14 @pytest.mark.complete( "dropdb -", require_cmd=True, xfail="! dropdb --help &>/dev/null" |