fix: adding pytest as dependency; should be removed!

This commit is contained in:
wakonig_k 2023-11-09 09:55:48 +01:00
parent 3fd089b98b
commit a6a621f5ea

View File

@ -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__,