<#19326 No matching version for pantsbuild.pants.t...
# github-notifications
c
#19326 No matching version for pantsbuild.pants.testutil Issue created by idan-at Describe the bug When adding
pants_requirements
to a folder, and running
generate-lockfile
, the command fails with No matching version for pantsbuild.pants.testutil. Pants version 2.15.0 OS MacOS Additional info I think the issue is because pants has an
interpreter_constraints = ["==3.9.*"]
. Once I've added it to my pants.toml, the command passed. pantsbuild/pants