Skip to content
This repository has been archived by the owner on Sep 2, 2024. It is now read-only.

Commit

Permalink
Merge pull request #472 from DiamondLightSource/337_fix_sample_depend…
Browse files Browse the repository at this point in the history
…s_on

Fix incorrect sample depends_on value
  • Loading branch information
dperl-dls committed Jan 20, 2023
2 parents a461d67 + 96a8dff commit 2a13c81
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ python_requires = >=3.8
packages = find:
package_dir =
=src
install_requires =
install_requires =
bluesky
pyepics
flask-restful
Expand All @@ -25,8 +25,7 @@ install_requires =
ispyb
scanspec
numpy
# Pinned until https://github.com/dials/nexgen/pull/92 is released
nexgen @ git+https://github.com/dials/nexgen.git@e3d2173b4723b2fbed022a7d22229bfe8c54c173
nexgen
opentelemetry-distro
opentelemetry-exporter-jaeger
ophyd
Expand Down Expand Up @@ -75,14 +74,14 @@ float_to_top=true
max-line-length = 88
extend-ignore =
# See https://github.com/PyCQA/pycodestyle/issues/373
E203,
E203,
# support typing.overload decorator
F811,
F811,
# line too long
E501,
E501,

[coverage:run]
omit =
omit =
# This is covered in the versiongit test suite so exclude it here
*/_version_git.py
data_file = /tmp/python-artemis.coverage
Expand Down

0 comments on commit 2a13c81

Please sign in to comment.