Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chain sleep is broken with foundry #16

Open
pandadefi opened this issue Sep 19, 2022 · 2 comments
Open

chain sleep is broken with foundry #16

pandadefi opened this issue Sep 19, 2022 · 2 comments
Labels
category: bug Something isn't working

Comments

@pandadefi
Copy link

Environment information

ape: 0.5.1

Installed Plugins:
solidity 0.5.0
foundry 0.5.0
tokens 0.5.0
vyper 0.5.0
infura 0.5.0

foundryup: installed - anvil 0.1.0 (084ef3d 2022-09-19T00:09:09.381188Z)

  • Python Version: x.x.x
  • OS: macOS/linux/win

What went wrong?

Trying to use ape-foundry with veYFI here is the error I am getting:

tests/functional/test_extra_rewards.py E
WARNING:   File 'pydantic/main.py':342 in pydantic.main.BaseModel.__init__
  ???

        ValueError: 'pydantic/main.py' does not start with '/Users/panda/Repository/veYFI'

WARNING:   File 'pydantic/main.py':526 in pydantic.main.BaseModel.parse_obj
  ???

        ValueError: 'pydantic/main.py' does not start with '/Users/panda/Repository/veYFI'

Traceback:  File '/Users/panda/Repository/veYFI/tests/conftest.py':46 in setup_time
  chain.pending_timestamp += WEEK - (
        chain.pending_timestamp - (chain.pending_timestamp // WEEK * WEEK)
    )

Starting interactive mode. Type `exit` fail and halt current test.

That can be reproduced using: yearn/veYFI#196

@fubuloubu fubuloubu added the category: bug Something isn't working label Feb 2, 2023
@fubuloubu
Copy link
Member

@NotPeopling2day would be good to follow up on this one

@fubuloubu
Copy link
Member

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
category: bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants