mirror of
https://github.com/bec-project/ophyd_devices.git
synced 2025-06-01 01:20:41 +02:00
fix: adding pytest as dependency; should be removed!
This commit is contained in:
parent
3fd089b98b
commit
a6a621f5ea
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__,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user