mirror of
https://github.com/bec-project/ophyd_devices.git
synced 2026-01-17 07:39:21 +01:00
fix: adding pytest as dependency; should be removed!
This commit is contained in:
1
setup.py
1
setup.py
@@ -13,6 +13,7 @@ if __name__ == "__main__":
|
|||||||
"pyyaml",
|
"pyyaml",
|
||||||
"std_daq_client",
|
"std_daq_client",
|
||||||
"pyepics",
|
"pyepics",
|
||||||
|
"pytest"
|
||||||
],
|
],
|
||||||
extras_require={"dev": ["pytest", "pytest-random-order", "black", "coverage"]},
|
extras_require={"dev": ["pytest", "pytest-random-order", "black", "coverage"]},
|
||||||
version=__version__,
|
version=__version__,
|
||||||
|
|||||||
Reference in New Issue
Block a user