canonical / craft-application

The basis for *craft applications
https://canonical-craft-application.readthedocs-hosted.com/en/latest
GNU Lesser General Public License v3.0
7 stars 11 forks source link

fix(remote): hash the project directory #324

Closed mr-cal closed 5 months ago

mr-cal commented 5 months ago

I've been hitting this bug when I run tox run -m lint in one terminal and pytest in another. It causes the remote-build unit tests to occasionally fail when reading short-lived files in craft-application/.tox/, when it should be hashing the pytest temp directory.