Skip to content

Commit

Permalink
Merge pull request #72 from xadrianzetx/rm-skipif
Browse files Browse the repository at this point in the history
Remove redundant test skip condition
  • Loading branch information
xadrianzetx authored Feb 4, 2023
2 parents 9195917 + 4cee20a commit 28198ee
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/test_managers.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ def test_distributed_should_end_optimization(client: Client) -> None:
assert closing_messages_recieved == n_trials


@pytest.mark.skipif(sys.version_info < (3, 8), reason="Requires Python 3.8 or higher")
def test_distributed_stops_optimziation(client: Client) -> None:
uninterrupted_execution_time = 100

Expand Down

0 comments on commit 28198ee

Please sign in to comment.