valory-xyz / open-aea

A framework for open autonomous economic agent (AEA) development - no package vendor is prioritised over other package vendors
https://open-aea.docs.autonolas.tech
Apache License 2.0
65 stars 16 forks source link

Restructure `tests/data` folder to generalise hashing #156

Closed angrybayblade closed 2 years ago

angrybayblade commented 2 years ago

https://github.com/valory-xyz/open-aea/pull/155#discussion_r881747086

angrybayblade commented 2 years ago

It seems it's not possible to move dummy_* packages into tests/data/packages because they're not like normal packages. For example dummy_aea is not an agent package it's an actual aea project so putting it in agents folder does not work. So we skip them while hashing the packages since we never update them anyway.