Skip to content

Commit

Permalink
fix lazy_fixture import
Browse files Browse the repository at this point in the history
  • Loading branch information
ronpandolfi committed Mar 4, 2024
1 parent 4dd9376 commit 4eb010b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
codecov
coverage
flake8
pytest
pytest<8
sphinx
twine
pre-commit
Expand Down
3 changes: 2 additions & 1 deletion tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
from loguru import logger
from ophyd import Device
from ophyd.sim import SynAxis, SynSignal, Cpt
from pytest import fixture, lazy_fixture
from pytest import fixture
from pytest_lazyfixture import lazy_fixture
from scipy import ndimage

from tsuchinoko.adaptive.gpCAM_in_process import GPCAMInProcessEngine
Expand Down

0 comments on commit 4eb010b

Please sign in to comment.