Skip to content

Commit

Permalink
Remove pytest blocker.
Browse files Browse the repository at this point in the history
  • Loading branch information
Bo Maryniuk committed Nov 20, 2018
1 parent 2b58180 commit f8deae2
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions tests/unit/utils/test_pkg.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,6 @@
import salt.utils.pkg
from salt.utils.pkg import rpm

try:
import pytest
except ImportError:
pytest = None


class PkgUtilsTestCase(TestCase):
'''
Expand Down Expand Up @@ -53,7 +48,6 @@ def test_split_comparison(self):


@skipIf(NO_MOCK, NO_MOCK_REASON)
@skipIf(pytest is None, 'PyTest is missing')
class PkgRPMTestCase(TestCase):
'''
Test case for pkg.rpm utils
Expand Down

0 comments on commit f8deae2

Please sign in to comment.