Skip to content

Commit

Permalink
Fix minor issues with pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
DominicOram committed Aug 28, 2024
1 parent 2ec44ac commit ec49b4b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
7 changes: 2 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ dependencies = [
"scanspec",
"scipy",
"semver",
"matplotlib",
#
# These dependencies may be issued as pre-release versions and should have a pin constraint
# as by default pip-install will not upgrade to a pre-release.
Expand All @@ -51,22 +52,18 @@ dependencies = [
dynamic = ["version"]
license.file = "LICENSE"
readme = "README.rst"
requires-python = ">=3.10"
requires-python = ">=3.11"

[project.optional-dependencies]
dev = [
"black",
"black",
"build",
"copier",
"diff-cover",
"GitPython",
"ipython",
"matplotlib",
"mockito",
"mypy",
"myst-parser",
"ophyd-async",
"pipdeptree",
"pre-commit",
"pydata-sphinx-theme>=0.12",
Expand Down
2 changes: 1 addition & 1 deletion tests/unit_tests/hyperion/device_setup_plans/test_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ def my_plan():

@pytest.fixture()
def null_plan():
return bps.null()
yield from bps.null()


def test_given_shutter_open_fails_then_eiger_disarmed_and_correct_exception_returned(
Expand Down

0 comments on commit ec49b4b

Please sign in to comment.