Skip to content

Commit

Permalink
Merge pull request #227 from nicoddemus/pyside-435
Browse files Browse the repository at this point in the history
Remove skip mark for PYSIDE-435 as it seems this has been fixed
  • Loading branch information
nicoddemus committed Aug 30, 2018
2 parents c0e6823 + fcbcea5 commit 53b86e6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/test_logging.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@

from pytestqt.qt_compat import qt_api

pytestmark = pytest.mark.skipif(qt_api.pytest_qt_api == 'pyside2', reason="https://bugreports.qt.io/browse/PYSIDE-435")


@pytest.mark.parametrize('test_succeeds', [True, False])
@pytest.mark.parametrize('qt_log', [True, False])
Expand Down

0 comments on commit 53b86e6

Please sign in to comment.