Skip to content

Commit

Permalink
Fix a postgres-requiring test that isn't annotated as such.
Browse files Browse the repository at this point in the history
  • Loading branch information
jmchilton committed Feb 21, 2017
1 parent 00e791b commit f7dc412
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/test_profile_commands.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
from .test_utils import (
CliTestCase,
skip_unless_environ,
)


class ProfileCommandsTestCase(CliTestCase):

@skip_unless_environ("PLANEMO_ENABLE_POSTGRES_TESTS")
def test_profile_commands(self):
with self._isolate():
result = self._check_exit_code(["profile_list"])
Expand Down

0 comments on commit f7dc412

Please sign in to comment.