Skip to content

Commit

Permalink
Merge branch 'develop' into feature/rmextensions
Browse files Browse the repository at this point in the history
  • Loading branch information
cqc-alec authored Nov 23, 2023
2 parents 6d97271 + b16eb3c commit 642dfc4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pytket/tests/measurement_setup_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,6 @@ def test_reduction() -> None:
assert measurements.verify()


# readouterr() doesn't seem to work correctly on Windows, so skip. TODO investigate.
@pytest.mark.skipif(platform.system() == "Windows", reason="issues with readouterr()")
def test_error_logging(capfd: Any) -> None:
ms = MeasurementSetup()
circ = Circuit(2, 2)
Expand Down

0 comments on commit 642dfc4

Please sign in to comment.