aptos-labs / aptos-core

Aptos is a layer 1 blockchain built to support the widespread use of blockchain through better technology and user experience.
https://aptosfoundation.org
Other
6.14k stars 3.62k forks source link

[move-package] Re-enable tests for stdlib override feature #13763

Open wrwg opened 3 months ago

wrwg commented 3 months ago

The move package test std-lib-override has been disabled since it was unstable via dependencies from external data. The test need to be rewritten. We also need to nail down why they are so many attribute warnings in the override case.

fEst1ck commented 3 months ago

The warnings are due to test configurations. It's solved in https://github.com/aptos-labs/aptos-core/pull/13759.