bluesky / scanspec

Specify step and flyscan paths in a serializable, efficient and Pythonic way
Apache License 2.0
8 stars 3 forks source link

FastAPI Tests Broken by Deprecation Warning #107

Open callumforrester opened 8 months ago

callumforrester commented 8 months ago

Our FastAPI tests have started showing up a deprecation warning:

DeprecationWarning: The 'app' shortcut is now deprecated. Use the explicit style 'transport=WSGITransport(app=...)' instead.

To reproduce: Run the tests

callumforrester commented 8 months ago

@DiamondJoseph have you encountered this in any other projects?

DiamondJoseph commented 8 months ago

I have not.