scipp / copier_template

Copier template for Scipp projects
BSD 3-Clause "New" or "Revised" License
2 stars 1 forks source link

Import scipp in doctest config #108

Closed jl-wynen closed 10 months ago

jl-wynen commented 10 months ago

Basics copied from scipp but added try-except and modification of data group.

jl-wynen commented 10 months ago

Tests still failing because of failed dependency resolution

YooSunYoung commented 10 months ago

Tests still failing because of failed dependency resolution

It works if ipython is limited to be below 8.10.0. Should be temporarily pin ipython version...?

jl-wynen commented 10 months ago

Tests still failing because of failed dependency resolution

It works if ipython is limited to be below 8.10.0. Should be temporarily pin ipython version...?

Can you do that in a separate PR?

SimonHeybrock commented 10 months ago

Tests still failing because of failed dependency resolution

It works if ipython is limited to be below 8.10.0. Should be temporarily pin ipython version...?

Where do you add the pin? I am just trying and failing to run tox -e deps in esssans.

jl-wynen commented 10 months ago

Where do you add the pin? I am just trying and failing to run tox -e deps in esssans.

Depends on what files causes the conflict. We put other pins into the files that resolved to a higher number.

YooSunYoung commented 10 months ago

@jl-wynen now it should work if you update the branch...!

jl-wynen commented 10 months ago

@SimonHeybrock Can you have another look?