butla / mountepy

Utilities for creating HTTP (micro)service tests. Based on Mountebank.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Run CI periodically with newest dependencies

butla opened this issue · comments

Right now tests are run against with pinned requirements from requirements.txt (well, they aren't, cause there's no CI now, but that's a different issue). So I won't know if new version of the dependencies would break the build, potentially being a problem for the users of the library.

Maybe there should be a stable build with the pinned versions and a build with the newest ones, for comparison?