Skip to content

Commit

Permalink
Remove 3.8 test skips
Browse files Browse the repository at this point in the history
  • Loading branch information
albireox committed Dec 1, 2023
1 parent cfb695d commit 2fb95b3
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tests/actor/test_command_expose.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,9 @@

import asyncio
import os
import sys

from typing import Any

import pytest
from astropy.io import fits

from archon.actor.actor import ArchonActor
Expand Down Expand Up @@ -157,7 +155,6 @@ async def test_expose_abort_no_expose_data(delegate, actor: ArchonActor):
assert abort.status.did_fail


@pytest.mark.skipif(sys.version_info < (3, 9), reason="seems to fail in PY38")
async def test_expose_abort_no_expose_data_force(delegate, actor: ArchonActor):
await actor.invoke_mock_command("expose --no-readout 1")
await asyncio.sleep(0.05)
Expand All @@ -170,7 +167,6 @@ async def test_expose_abort_no_expose_data_force(delegate, actor: ArchonActor):
assert abort.status.did_succeed


@pytest.mark.skipif(sys.version_info < (3, 9), reason="seems to fail in PY38")
async def test_expose_abort_no_expose_data_all(delegate, actor: ArchonActor):
await actor.invoke_mock_command("expose --no-readout 1")
await asyncio.sleep(0.5)
Expand Down

0 comments on commit 2fb95b3

Please sign in to comment.