mirror of
https://github.com/bec-project/ophyd_devices.git
synced 2025-06-13 06:47:14 +02:00
ci: moved dependency to ci pipeline; not needed for dev
This commit is contained in:
4
setup.py
4
setup.py
@ -15,9 +15,7 @@ if __name__ == "__main__":
|
||||
"pyepics",
|
||||
"pytest",
|
||||
],
|
||||
extras_require={
|
||||
"dev": ["pytest", "pytest-random-order", "black", "coverage", "bec-device-server"]
|
||||
},
|
||||
extras_require={"dev": ["pytest", "pytest-random-order", "black", "coverage"]},
|
||||
package_data={"ophyd_devices.smaract": ["smaract_sensors.json"]},
|
||||
entry_points={"console_scripts": ["ophyd_test = ophyd_devices:launch"]},
|
||||
version=__version__,
|
||||
|
Reference in New Issue
Block a user