Skip to content

Conversation

mattip
Copy link
Contributor

@mattip mattip commented Sep 14, 2025

Closes #1538

In #1426 the logic changed, and providing --config <file> as a cmd-line argument was subtly changed. Now the path of that file is used as the cwd, but that path is not changed to accomodate the change in directory. A line that changed the value of args.config to the absolute path of <file> was removed. This PR restores it, and adds a test mimicing the failure in #1538. I (edit: added a test and) verified that it fails before, passes after this PR.

@mattip
Copy link
Contributor Author

mattip commented Sep 14, 2025

I also took the opportunity to

  • drop python3.7 and add python3.13 to the declared supported versions
  • update r-tools to release, hopefully it will JustWork on macos-13 and not conflict with rpy2.

Edit: I reverted the other changes to make this easier to review

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Cannot find benchmarks/asv.conf.json even though it exists on 0.6.5
1 participant